Class BankTransferPaymentDetails
Additional optional payment details about the bank transfer payment type.
Inherited Members
Namespace: anybill.POS.Client.Models.Bill.Data.PaymentType.Extension.PaymentDetails
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class BankTransferPaymentDetails : CardPaymentDetails
Properties
AccountHolderName
The account holder name of the recipients bank account.
Declaration
public string AccountHolderName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AccountNumber
The account number of the recipient.
Declaration
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BankAddress
The address of the bank of the recipients bank account.
Declaration
public string BankAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BankName
The name of the bank of the recipients bank account.
Declaration
public string BankName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Bic
The bic of the recipients bank account.
Declaration
public string Bic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Iban
The iban of the recipients bank account.
Declaration
public string Iban { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IfscCode
The ifsc code of the bank branch.
Declaration
public string IfscCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PurposeOfUsage
The purpose of usage the customer has to specify.
Declaration
public string PurposeOfUsage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RoutingCode
The swift routing code used by the bank.
Declaration
public string RoutingCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RoutingNumber
The routing number used by the bank.
Declaration
public string RoutingNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SortCode
The sort code of the bank of the recipients bank account.
Declaration
public string SortCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |