Uses of Class
com.adyen.model.BankAccount
-
Packages that use BankAccount Package Description com.adyen.model com.adyen.model.checkout com.adyen.model.payout com.adyen.model.recurring -
-
Uses of BankAccount in com.adyen.model
Methods in com.adyen.model that return BankAccount Modifier and Type Method Description BankAccountBankAccount. bankAccountNumber(String bankAccountNumber)BankAccountBankAccount. bankCity(String bankCity)BankAccountBankAccount. bankLocationId(String bankLocationId)BankAccountBankAccount. bankName(String bankName)BankAccountBankAccount. bic(String bic)BankAccountBankAccount. countryCode(String countryCode)BankAccountPaymentRequest. getBankAccount()a representation of a bank accountBankAccountBankAccount. iban(String iban)BankAccountBankAccount. ownerName(String ownerName)BankAccountBankAccount. taxId(String taxId)Methods in com.adyen.model with parameters of type BankAccount Modifier and Type Method Description PaymentRequestPaymentRequest. bankAccount(BankAccount bankAccount)voidPaymentRequest. setBankAccount(BankAccount bankAccount) -
Uses of BankAccount in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return BankAccount Modifier and Type Method Description BankAccountStoredDetails. getBank()Get bankBankAccountPaymentSessionRequest. getBankAccount()Methods in com.adyen.model.checkout with parameters of type BankAccount Modifier and Type Method Description StoredDetailsStoredDetails. bank(BankAccount bank)PaymentSessionRequestPaymentSessionRequest. bankAccount(BankAccount bankAccount)voidStoredDetails. setBank(BankAccount bank)voidPaymentSessionRequest. setBankAccount(BankAccount bankAccount) -
Uses of BankAccount in com.adyen.model.payout
Methods in com.adyen.model.payout that return BankAccount Modifier and Type Method Description BankAccountStoreDetailAndSubmitRequest. getBank()BankAccountStoreDetailRequest. getBank()BankAccountPayoutRequest. getBankAccount()Get bankAccountMethods in com.adyen.model.payout with parameters of type BankAccount Modifier and Type Method Description PayoutRequestPayoutRequest. bankAccount(BankAccount bankAccount)voidStoreDetailAndSubmitRequest. setBank(BankAccount bank)voidStoreDetailRequest. setBank(BankAccount bank)voidPayoutRequest. setBankAccount(BankAccount bankAccount) -
Uses of BankAccount in com.adyen.model.recurring
Methods in com.adyen.model.recurring that return BankAccount Modifier and Type Method Description BankAccountRecurringDetail. getBank()Get bankMethods in com.adyen.model.recurring with parameters of type BankAccount Modifier and Type Method Description RecurringDetailRecurringDetail. bank(BankAccount bank)voidRecurringDetail. setBank(BankAccount bank)
-