Uses of Class
com.adyen.model.marketpay.TransactionListForAccount
-
Packages that use TransactionListForAccount Package Description com.adyen.model.marketpay -
-
Uses of TransactionListForAccount in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return TransactionListForAccount Modifier and Type Method Description TransactionListForAccountTransactionListForAccount. accountCode(String accountCode)TransactionListForAccountTransactionListForAccount. page(Integer page)Methods in com.adyen.model.marketpay that return types with arguments of type TransactionListForAccount Modifier and Type Method Description List<TransactionListForAccount>AccountHolderTransactionListRequest. getTransactionListsPerAccount()Fill this to get the transaction list for specific accounts of a specific page.Methods in com.adyen.model.marketpay with parameters of type TransactionListForAccount Modifier and Type Method Description AccountHolderTransactionListRequestAccountHolderTransactionListRequest. addTransactionListsPerAccountItem(TransactionListForAccount transactionListsPerAccountItem)Method parameters in com.adyen.model.marketpay with type arguments of type TransactionListForAccount Modifier and Type Method Description voidAccountHolderTransactionListRequest. setTransactionListsPerAccount(List<TransactionListForAccount> transactionListsPerAccount)AccountHolderTransactionListRequestAccountHolderTransactionListRequest. transactionListsPerAccount(List<TransactionListForAccount> transactionListsPerAccount)
-