Show / Hide Table of Contents

Class TMO

This class has information related to the postal payment order

Inheritance
System.Object
TMO
Namespace: EDIPlatformFinance.BusinessLayer.Operational
Assembly: EDIPlatformFinance.BusinessLayer.Core.dll
Syntax
[Serializable]
[DataContract]
public class TMO

Properties

Details

Declaration
[DataMember(IsRequired = true, EmitDefaultValue = false)]
public TMODetails Details { get; set; }
Property Value
Type Description
TMODetails

Postal payment order details. This is a mandatory property

Id

Declaration
[DataMember(IsRequired = true, EmitDefaultValue = false)]
public string Id { get; set; }
Property Value
Type Description
System.String

Postal payment order identifier. This is a mandatory property.
The maximum length of a postal payment identifier should not be greater than 35 characters.

IssuingOrgId

Declaration
[DataMember(IsRequired = true, EmitDefaultValue = false)]
public string IssuingOrgId { get; set; }
Property Value
Type Description
System.String

Issuing organization code. For example, J1CFRA. This is a mandatory property

LocalId

Declaration
[DataMember(EmitDefaultValue = false)]
public string LocalId { get; set; }
Property Value
Type Description
System.String

Postal payment order local identifier

PayingOrgId

Declaration
[DataMember(IsRequired = true, EmitDefaultValue = false)]
public string PayingOrgId { get; set; }
Property Value
Type Description
System.String

Paying organization code. For example, J1CSEA. This is a mandatory property

ProductCd

Declaration
[DataMember(IsRequired = true, EmitDefaultValue = false)]
public string ProductCd { get; set; }
Property Value
Type Description
System.String

Postal payment order product code (GT - Giro transfer, IN - Cash to account, OR - Cash money order, OT - Account to cash). This is a mandatory property

ProductType

Declaration
[DataMember(IsRequired = true, EmitDefaultValue = false)]
public string ProductType { get; set; }
Property Value
Type Description
System.String

Postal payment order product type (N - Normal, U - Urgent). This is a mandatory property

PurchaseDateAndPlace

Declaration
[DataMember(EmitDefaultValue = false)]
public TDateAndPlace PurchaseDateAndPlace { get; set; }
Property Value
Type Description
TDateAndPlace

Purchase date and place details

Back to top Generated by DocFX