Show / Hide Table of Contents

Class TLockDetails

This class shows the details of the current lock on the postal payment.

Inheritance
System.Object
TLockDetails
Namespace: EDIPlatformFinance.BusinessLayer.DataContracts.Locking
Assembly: EDIPlatformFinance.BusinessLayer.Core.dll
Syntax
[Serializable]
[DataContract]
public class TLockDetails

Properties

LastChangeDate

Declaration
[DataMember(EmitDefaultValue = false)]
public DateTime LastChangeDate { get; set; }
Property Value
Type Description
System.DateTime

UTC date and time of the last lock change (locking or unlocking) record in UPU-IP.

LastComment

Declaration
[DataMember(EmitDefaultValue = false)]
public string LastComment { get; set; }
Property Value
Type Description
System.String

Free text comment to complement the locking or unlocking reason.

LockIndicator

Declaration
[DataMember(EmitDefaultValue = false)]
public bool LockIndicator { get; set; }
Property Value
Type Description
System.Boolean

Indicates if lock is enabled or not on the postal payment.

LockReason

Declaration
[DataMember(EmitDefaultValue = false)]
public string LockReason { get; set; }
Property Value
Type Description
System.String

Reason for the lock change.

Owner

Declaration
[DataMember(EmitDefaultValue = false)]
public string Owner { get; set; }
Property Value
Type Description
System.String

Organization code of the lock owner.

OwnerRole

Declaration
[DataMember(EmitDefaultValue = false)]
public string OwnerRole { get; set; }
Property Value
Type Description
System.String

Role of the owner regarding the postal payment when lock is enabled or not.

  • Issuer: The issuing organization of the postal payment owns the lock on the postal payment;
  • Payer: The paying organization of the postal payment owns the lock on the postal payment;
  • ZUPUIP: The automated services of the UPU-IP owns the lock on the postal payment (not implemented at the moment).
Back to top Generated by DocFX