Class NonSepaDirectDebitPaymentProduct705SpecificInput
Inheritance
NonSepaDirectDebitPaymentProduct705SpecificInput
Assembly: connect-sdk-dotnet.dll
Syntax
public class NonSepaDirectDebitPaymentProduct705SpecificInput
Properties
AuthorisationId
Core reference number for the direct debit instruction in UK
Declaration
public string AuthorisationId { get; set; }
Property Value
BankAccountBban
Object containing account holder name and bank account information
Declaration
public BankAccountBban BankAccountBban { get; set; }
Property Value
TransactionType
- first-payment - First payment direct debit
- nth-payment - Direct Debit (n-th payment)
- re-presented - Re-presented direct debit (after failed attempt)
- final-payment - Final payment direct debit
- new-or-reinstated - (zero N) New or reinstated direct debit instruction
- cancellation - (zero C) Cancellation of direct debit instruction
- conversion-of-paper-DDI-to-electronic-DDI - (zero S) Conversion of paper DDI to electronic DDI (only used once, when migrating from traditional direct debit to AUDDIS
Declaration
public string TransactionType { get; set; }
Property Value