Uses of Class
com.adyen.model.marketpayaccount.Account
-
Packages that use Account Package Description com.adyen.model.marketpayaccount -
-
Uses of Account in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount 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)static AccountAccount. fromJson(String jsonString)Create an instance of Account given an JSON stringAccountAccount. metadata(Map<String,String> metadata)AccountAccount. payoutMethodCode(String payoutMethodCode)AccountAccount. payoutSchedule(PayoutScheduleResponse payoutSchedule)AccountAccount. payoutSpeed(Account.PayoutSpeedEnum payoutSpeed)AccountAccount. putMetadataItem(String key, String metadataItem)AccountAccount. status(String status)Methods in com.adyen.model.marketpayaccount 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.marketpayaccount with parameters of type Account Modifier and Type Method Description GetAccountHolderResponseGetAccountHolderResponse. addAccountsItem(Account accountsItem)Method parameters in com.adyen.model.marketpayaccount with type arguments of type Account Modifier and Type Method Description GetAccountHolderResponseGetAccountHolderResponse. accounts(List<Account> accounts)voidGetAccountHolderResponse. setAccounts(List<Account> accounts)
-