Class MoneyOrder
Money order information details
Inheritance
System.Object
MoneyOrder
Namespace: WebServices.DataContracts.Common
Assembly: WebServices.dll
Syntax
[DataContract]
public class MoneyOrder
Properties
Beneficiary
Money order beneficiary
Declaration
[DataMember]
public Customer Beneficiary { get; set; }
Property Value
| Type | Description |
|---|---|
| Customer |
Declaration
Declaration name
Declaration
[DataMember]
public string Declaration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DeclarationCode
Declaration code
Declaration
[DataMember]
public string DeclarationCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DepositedCurrency
Deposited currency
Declaration
[DataMember]
public string DepositedCurrency { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DepositedExchangeRate
Deposited exchange rate
Declaration
[DataMember]
public decimal? DepositedExchangeRate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> |
DepositedValue
Deposited value
Declaration
[DataMember]
public decimal? DepositedValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> |
Events
list of money order events
Declaration
[DataMember]
public List<Event> Events { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<Event> |
IssuingOrganization
Issuing organization
Declaration
[DataMember]
public string IssuingOrganization { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LastEvent
Last event information
Declaration
[DataMember]
public Event LastEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| Event |
Message
Money order sender message
Declaration
[DataMember]
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MoneyOrderId
Money order identifier
Declaration
[DataMember]
public string MoneyOrderId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MoneyOrderLocalId
Money order local identifier
Declaration
[DataMember]
public string MoneyOrderLocalId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PayingOrganization
Paying organization
Declaration
[DataMember]
public string PayingOrganization { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProductCode
Product code
Declaration
[DataMember]
public ST_ProductCode ProductCode { get; set; }
Property Value
| Type | Description |
|---|---|
| ST_ProductCode |
ProductTypeCode
Product type code
Declaration
[DataMember]
public ST_ProductTypeCode? ProductTypeCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<ST_ProductTypeCode> |
PurchaseDateUtc
Purchase date in UTC format
Declaration
[DataMember]
public DateTime PurchaseDateUtc { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
Recipient
Money order recipient
Declaration
[DataMember]
public Customer Recipient { get; set; }
Property Value
| Type | Description |
|---|---|
| Customer |
RemunerationCurrency
Remuneration currency
Declaration
[DataMember]
public string RemunerationCurrency { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RemunerationValue
Remuneration value
Declaration
[DataMember]
public decimal? RemunerationValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> |
Sender
Money order sender
Declaration
[DataMember]
public Customer Sender { get; set; }
Property Value
| Type | Description |
|---|---|
| Customer |
TransferredCounterCurrency
Transferred counter currency
Declaration
[DataMember]
public string TransferredCounterCurrency { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TransferredCounterExchangeRate
Transferred counter exchange rate
Declaration
[DataMember]
public decimal? TransferredCounterExchangeRate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> |
TransferredCounterValue
Transferred counter value
Declaration
[DataMember]
public decimal? TransferredCounterValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> |
TransferredCurrency
transferred currency
Declaration
[DataMember]
public string TransferredCurrency { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TransferredValue
Transferred value
Declaration
[DataMember]
public decimal? TransferredValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> |
ValidUntilUtc
money order validity date in UTC date format
Declaration
[DataMember]
public DateTime ValidUntilUtc { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |