Uses of Class
io.trippay.sdk.payment.model.BankAccount
Packages that use BankAccount
-
Uses of BankAccount in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return BankAccountModifier and TypeMethodDescriptionBankAccount.accountHolderName(String accountHolderName) BankAccount.accountNumber(String accountNumber) BankAccount.countryCode(String countryCode) BankAccount.currencyCode(String currencyCode) BankAccount.identifier(UUID identifier) BankAccount.routingNumber(String routingNumber) Methods in io.trippay.sdk.payment.model that return types with arguments of type BankAccountModifier and TypeMethodDescription@Valid List<BankAccount> Account.getBankAccounts()Get bankAccountsMethods in io.trippay.sdk.payment.model with parameters of type BankAccountMethod parameters in io.trippay.sdk.payment.model with type arguments of type BankAccountModifier and TypeMethodDescriptionAccount.bankAccounts(List<BankAccount> bankAccounts) voidAccount.setBankAccounts(List<BankAccount> bankAccounts)