Uses of Class
travel.wink.sdk.payment.model.BankAccount
Packages that use BankAccount
-
Uses of BankAccount in travel.wink.sdk.payment.model
Methods in travel.wink.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 travel.wink.sdk.payment.model that return types with arguments of type BankAccountModifier and TypeMethodDescription@Valid List<BankAccount>Account.getBankAccounts()Get bankAccountsMethods in travel.wink.sdk.payment.model with parameters of type BankAccountMethod parameters in travel.wink.sdk.payment.model with type arguments of type BankAccountModifier and TypeMethodDescriptionAccount.bankAccounts(List<BankAccount> bankAccounts) voidAccount.setBankAccounts(List<BankAccount> bankAccounts)