Class TLockChangeDetails
This class contains the postal payment lock/unlock changes: lock/unlock result and current lock details.
Inheritance
System.Object
TLockChangeDetails
Namespace: EDIPlatformFinance.BusinessLayer.DataContracts.Locking
Assembly: EDIPlatformFinance.BusinessLayer.Core.dll
Syntax
[Serializable]
[DataContract]
public class TLockChangeDetails
Properties
LockDetails
Declaration
[DataMember(EmitDefaultValue = false)]
public TLockDetails LockDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| TLockDetails | Details of the current lock on the postal payment. |
MoId
Declaration
[DataMember(EmitDefaultValue = false)]
public string MoId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Postal payment international identifier. |
ResultCd
Declaration
[DataMember(EmitDefaultValue = false)]
public string ResultCd { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Result of the postal payment locking indicating if the locking or unlocking could be recorded or not in the UPU-IP.
|
ResultDesc
Declaration
[DataMember(EmitDefaultValue = false)]
public string ResultDesc { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Full text description of the result in case of failure. In case of success, null shall be returned. |