Class TNonPaymentDetails
This class has information related to non-payment
Inheritance
Namespace: EDIPlatformFinance.BusinessLayer.Operational
Assembly: EDIPlatformFinance.BusinessLayer.Core.dll
Syntax
[Serializable]
[DataContract]
public class TNonPaymentDetails
Properties
MeasureCd
Declaration
[DataMember(EmitDefaultValue = false)]
public string MeasureCd { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Non-payment measure code. Possible values: |
ReasonCd
Declaration
[DataMember(EmitDefaultValue = false)]
public string ReasonCd { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Non-payment reason code. Possible values: |
ReasonDesc
Declaration
[DataMember(EmitDefaultValue = false)]
public string ReasonDesc { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Non-payment reason description |