Uses of Class
com.adyen.model.marketpayfund.TransactionListForAccount
-
Packages that use TransactionListForAccount Package Description com.adyen.model.marketpayfund -
-
Uses of TransactionListForAccount in com.adyen.model.marketpayfund
Methods in com.adyen.model.marketpayfund that return TransactionListForAccount Modifier and Type Method Description TransactionListForAccountTransactionListForAccount. accountCode(String accountCode)static TransactionListForAccountTransactionListForAccount. fromJson(String jsonString)Create an instance of TransactionListForAccount given an JSON stringTransactionListForAccountTransactionListForAccount. page(Integer page)Methods in com.adyen.model.marketpayfund that return types with arguments of type TransactionListForAccount Modifier and Type Method Description List<TransactionListForAccount>AccountHolderTransactionListRequest. getTransactionListsPerAccount()A list of accounts to include in the transaction list.Methods in com.adyen.model.marketpayfund with parameters of type TransactionListForAccount Modifier and Type Method Description AccountHolderTransactionListRequestAccountHolderTransactionListRequest. addTransactionListsPerAccountItem(TransactionListForAccount transactionListsPerAccountItem)Method parameters in com.adyen.model.marketpayfund with type arguments of type TransactionListForAccount Modifier and Type Method Description voidAccountHolderTransactionListRequest. setTransactionListsPerAccount(List<TransactionListForAccount> transactionListsPerAccount)AccountHolderTransactionListRequestAccountHolderTransactionListRequest. transactionListsPerAccount(List<TransactionListForAccount> transactionListsPerAccount)
-