Uses of Class
com.adyen.model.marketpay.AccountTransactionList
-
Packages that use AccountTransactionList Package Description com.adyen.model.marketpay -
-
Uses of AccountTransactionList in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return AccountTransactionList Modifier and Type Method Description AccountTransactionListAccountTransactionList. accountCode(String accountCode)AccountTransactionListAccountTransactionList. addTransactionsItem(Transaction transactionsItem)AccountTransactionListAccountTransactionList. hasNextPage(Boolean hasNextPage)AccountTransactionListAccountTransactionList. transactions(List<Transaction> transactions)Methods in com.adyen.model.marketpay that return types with arguments of type AccountTransactionList Modifier and Type Method Description List<AccountTransactionList>AccountHolderTransactionListResponse. getAccountTransactionLists()A list of the transactions.Methods in com.adyen.model.marketpay with parameters of type AccountTransactionList Modifier and Type Method Description AccountHolderTransactionListResponseAccountHolderTransactionListResponse. addAccountTransactionListsItem(AccountTransactionList accountTransactionListsItem)Method parameters in com.adyen.model.marketpay with type arguments of type AccountTransactionList Modifier and Type Method Description AccountHolderTransactionListResponseAccountHolderTransactionListResponse. accountTransactionLists(List<AccountTransactionList> accountTransactionLists)voidAccountHolderTransactionListResponse. setAccountTransactionLists(List<AccountTransactionList> accountTransactionLists)
-