BankTransferPaymentDetailsDto class

Additional optional payment details about the bank transfer payment type. Used for PaymentType = BankTransfer

Inheritance

Constructors

BankTransferPaymentDetailsDto({String? purposeOfUsage, String? iban, String? bic, String? accountHolderName, String? accountNumber, String? bankName, String? bankAddress, String? sortCode, String? routingNumber, String? ifscCode, String? routingCode, required PaymentType type, String? terminalId, int? traceNumber})
BankTransferPaymentDetailsDto.fromJson(Map<String, dynamic> json)
factory

Properties

accountHolderName String?
The account holder name of the recipients bank account.
read / write
accountNumber String?
The account number of the recipient.
read / write
bankAddress String?
The address of the bank of the recipients bank account.
read / write
bankName String?
The name of the bank of the recipients bank account.
read / write
bic String?
The bic of the recipients bank account.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
iban String?
The iban of the recipients bank account.
read / write
ifscCode String?
The ifsc code of the bank branch.
read / write
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
read-onlyoverride
purposeOfUsage String?
The purpose of usage the customer has to specify.
read / write
routingCode String?
The swift routing code used by the bank.
read / write
routingNumber String?
The routing number used by the bank.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sortCode String?
The sort code of the bank of the recipients bank account.
read / write
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
read-onlyinherited
terminalId String?
Id of the terminal.
read / writeinherited
traceNumber int?
Transaction trace number
read / writeinherited
type PaymentType
read / writeinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited