Show / Hide Table of Contents

Class TStatus

This class has information related to the postal payment order's status

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

Properties

LastEvent

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

Postal payment last event details. This is a mandatory property

LastLockStatus

Declaration
[DataMember]
public TLockDetails LastLockStatus { get; set; }
Property Value
Type Description
TLockDetails

Details of the last lock on the postal payment

MOInfo

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

Postal payment order details. This is a mandatory property

Back to top Generated by DocFX