Br Bank Account Transaction Details
data class BrBankAccountTransactionDetails(val id: String?, val accountNumber: String, val branchCode: String, val bankCodeId: String, val accountType: AccountType) : PaymentInstrumentTransactionDetails
Data class representing the details about a payment with customer's BR Bank account.
Constructors
Link copied to clipboard
constructor(id: String?, accountNumber: String, branchCode: String, bankCodeId: String, accountType: AccountType)
Properties
Link copied to clipboard
The bank account number.
Link copied to clipboard
Type of bank account.
Link copied to clipboard
The bank code id. Represents the id by which the bank code is recognized in EW.
Link copied to clipboard
The code of the bank branch.
Link copied to clipboard
Represents the type of an instrument.