Show / Hide Table of Contents

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;
False: When even a single postal payment could not be unlocked.

Back to top Generated by DocFX