Show / Hide Table of Contents

Class TNonPaymentDetails

This class has information related to non-payment

Inheritance
System.Object
TNonPaymentDetails
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:
A - Payment abandoned
B - Sender contacted, awaiting reply

ReasonCd

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

Non-payment reason code. Possible values:
10 - Wrong or missing address,
11 - Beneficiary not known at stated address,
12 - Returned by beneficiary,
13 - Beneficiary deceased,
14 - Incorrect account number,
15 - Incorrect bank identification,
16 - Validity period exceeded / payment not collected,
18 - Returned at request of sender,
19 - Account closed,
20 - Account and beneficiary information do not match,
21 - Account frozen,
22 - Insufficient information to complete transaction,
23 - Party who initiated the transaction is not recognized by beneficiary,
24 - Wrong or missing address zip code,
25 - Amount less than agreed minimum,
26 - Amount above agreed maximum,
99 - Other reason

ReasonDesc

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

Non-payment reason description

Back to top Generated by DocFX