| Package | Description |
|---|---|
| com.adyen.model.marketpay |
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.accountCode(String accountCode) |
Account |
Account.bankAccountUUID(String bankAccountUUID) |
Account |
Account.beneficiaryAccount(String beneficiaryAccount) |
Account |
Account.beneficiaryMerchantReference(String beneficiaryMerchantReference) |
Account |
Account.description(String description) |
Account |
Account.metadata(Map<String,String> metadata) |
Account |
Account.payoutMethodCode(String payoutMethodCode) |
Account |
Account.payoutSchedule(PayoutScheduleResponse payoutSchedule) |
Account |
Account.payoutSpeed(PayoutSpeedEnum payoutSpeed) |
Account |
Account.status(String status) |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
GetAccountHolderResponse.getAccounts()
A list of the accounts under the account holder.
|
| Modifier and Type | Method and Description |
|---|---|
GetAccountHolderResponse |
GetAccountHolderResponse.addAccountsItem(Account accountsItem) |
| Modifier and Type | Method and Description |
|---|---|
GetAccountHolderResponse |
GetAccountHolderResponse.accounts(List<Account> accounts) |
void |
GetAccountHolderResponse.setAccounts(List<Account> accounts) |
Copyright © 2022. All rights reserved.