Class DirectDebitPaymentDetails
Additional optional payment details about the direct debit tender type.
Inherited Members
Namespace: anybill.POS.Client.Models.Bill.Data.PaymentType.Extension.PaymentDetails
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class DirectDebitPaymentDetails : CardPaymentDetails
Properties
BankName
Name of the bank that issued the credit card.
Declaration
public string BankName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CardNumber
The number of the credit card.
Declaration
public string CardNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SepaCreditorId
The sepa creditor id.
Declaration
public string SepaCreditorId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SepaMandateReference
The sepa mandate reference.
Declaration
public string SepaMandateReference { get; set; }
Property Value
Type | Description |
---|---|
System.String |