| Package | Description |
|---|---|
| com.adyen.model | |
| com.adyen.model.checkout | |
| com.adyen.model.payout | |
| 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 |
StoredDetails.getBank()
Get bank
|
BankAccount |
PaymentSessionRequest.getBankAccount() |
| Modifier and Type | Method and Description |
|---|---|
StoredDetails |
StoredDetails.bank(BankAccount bank) |
PaymentSessionRequest |
PaymentSessionRequest.bankAccount(BankAccount bankAccount) |
void |
StoredDetails.setBank(BankAccount bank) |
void |
PaymentSessionRequest.setBankAccount(BankAccount bankAccount) |
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
StoreDetailRequest.getBank() |
BankAccount |
StoreDetailAndSubmitRequest.getBank() |
BankAccount |
PayoutRequest.getBankAccount()
Get bankAccount
|
| Modifier and Type | Method and Description |
|---|---|
PayoutRequest |
PayoutRequest.bankAccount(BankAccount bankAccount) |
void |
StoreDetailRequest.setBank(BankAccount bank) |
void |
StoreDetailAndSubmitRequest.setBank(BankAccount bank) |
void |
PayoutRequest.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 © 2022. All rights reserved.