Class TUnlockResponse
This class contains the result of the unlock call execution.
Inheritance
System.Object
TUnlockResponse
Namespace: EDIPlatformFinance.BusinessLayer.DataContracts.Locking
Assembly: EDIPlatformFinance.BusinessLayer.Core.dll
Syntax
[Serializable]
[DataContract]
public class TUnlockResponse
Properties
LockChangeDetails
Declaration
[DataMember(EmitDefaultValue = false)]
public TLockChangeDetails[] LockChangeDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| TLockChangeDetails[] | List of unlock changes: unlock result and current lock details for each postal payment. |
Successful
Declaration
[DataMember(EmitDefaultValue = false)]
public bool Successful { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | True: When all postal payments listed in Unlock operation call could be unlocked; |