Uses of Class
com.adyen.model.marketpay.Account
-
Packages that use Account Package Description com.adyen.model.marketpay -
-
Uses of Account in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return Account Modifier and Type Method Description AccountAccount. accountCode(String accountCode)AccountAccount. bankAccountUUID(String bankAccountUUID)AccountAccount. beneficiaryAccount(String beneficiaryAccount)AccountAccount. beneficiaryMerchantReference(String beneficiaryMerchantReference)AccountAccount. description(String description)AccountAccount. metadata(Map<String,String> metadata)AccountAccount. payoutMethodCode(String payoutMethodCode)AccountAccount. payoutSchedule(PayoutScheduleResponse payoutSchedule)AccountAccount. payoutSpeed(PayoutSpeedEnum payoutSpeed)AccountAccount. status(String status)Methods in com.adyen.model.marketpay that return types with arguments of type Account Modifier and Type Method Description List<Account>GetAccountHolderResponse. getAccounts()A list of the accounts under the account holder.Methods in com.adyen.model.marketpay with parameters of type Account Modifier and Type Method Description GetAccountHolderResponseGetAccountHolderResponse. addAccountsItem(Account accountsItem)Method parameters in com.adyen.model.marketpay with type arguments of type Account Modifier and Type Method Description GetAccountHolderResponseGetAccountHolderResponse. accounts(List<Account> accounts)voidGetAccountHolderResponse. setAccounts(List<Account> accounts)
-