| Package | Description |
|---|---|
| com.adyen.model | |
| com.adyen.model.recurring |
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
BankAccount.bankAccountNumber(String bankAccountNumber) |
BankAccount |
BankAccount.bankCity(String bankCity) |
BankAccount |
BankAccount.bankLocationId(String bankLocationId) |
BankAccount |
BankAccount.bankName(String bankName) |
BankAccount |
BankAccount.bic(String bic) |
BankAccount |
BankAccount.countryCode(String countryCode) |
BankAccount |
PaymentRequest.getBankAccount()
a representation of a bank account
|
BankAccount |
BankAccount.iban(String iban) |
BankAccount |
BankAccount.ownerName(String ownerName) |
BankAccount |
BankAccount.taxId(String taxId) |
| Modifier and Type | Method and Description |
|---|---|
PaymentRequest |
PaymentRequest.bankAccount(BankAccount bankAccount) |
void |
PaymentRequest.setBankAccount(BankAccount bankAccount) |
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
RecurringDetail.getBank()
Get bank
|
| Modifier and Type | Method and Description |
|---|---|
RecurringDetail |
RecurringDetail.bank(BankAccount bank) |
void |
RecurringDetail.setBank(BankAccount bank) |
Copyright © 2017. All rights reserved.