Class EnvelopeTaskItemResultEvent
It is the money order event concerned by the item result. It is used in the result envelope. It is an element.
Inheritance
System.Object
EnvelopeTaskItemResultEvent
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: IFSWebServices.XmlInternationalServices
Assembly: WebServices.dll
Syntax
[Serializable]
public class EnvelopeTaskItemResultEvent : INotifyPropertyChanged
Properties
DateTime
UTC date and time of the task execution. It is only and always present in result envelope. For example 2002-05-30T09:30:10Z
Declaration
public DateTime DateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
MoneyOrderIdentifier
It is the money order identifier of the result. It is used in the result envelope. It is a string with a maximum length of 35 characters. The money orders issued by IFS partner. For example: J20AAZAFRAORN2050000000009 The money order that issued by an external partners has a different format.For example: 11330998229
Declaration
public string MoneyOrderIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StateIndicatorCode
It is the money order event state code indicator of the result. It is used in the result envelope.
Declaration
public ST_StateIndicatorCode StateIndicatorCode { get; set; }
Property Value
| Type | Description |
|---|---|
| ST_StateIndicatorCode |
Methods
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | propertyName |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type | Description |
|---|---|
| System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged