Class TLockResponse
This class contains the result of the lock call execution.
Inheritance
System.Object
TLockResponse
Namespace: EDIPlatformFinance.BusinessLayer.DataContracts.Locking
Assembly: EDIPlatformFinance.BusinessLayer.Core.dll
Syntax
[Serializable]
[DataContract]
public class TLockResponse
Properties
LockChangeDetails
Declaration
[DataMember(EmitDefaultValue = false)]
public TLockChangeDetails[] LockChangeDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| TLockChangeDetails[] | List of lock changes: lock 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 Lock operation call could be locked; |