Uses of Class
com.adyen.model.marketpayfund.AccountTransactionList
-
Packages that use AccountTransactionList Package Description com.adyen.model.marketpayfund -
-
Uses of AccountTransactionList in com.adyen.model.marketpayfund
Methods in com.adyen.model.marketpayfund that return AccountTransactionList Modifier and Type Method Description AccountTransactionListAccountTransactionList. accountCode(String accountCode)AccountTransactionListAccountTransactionList. addTransactionsItem(Transaction transactionsItem)static AccountTransactionListAccountTransactionList. fromJson(String jsonString)Create an instance of AccountTransactionList given an JSON stringAccountTransactionListAccountTransactionList. hasNextPage(Boolean hasNextPage)AccountTransactionListAccountTransactionList. transactions(List<Transaction> transactions)Methods in com.adyen.model.marketpayfund 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.marketpayfund with parameters of type AccountTransactionList Modifier and Type Method Description AccountHolderTransactionListResponseAccountHolderTransactionListResponse. addAccountTransactionListsItem(AccountTransactionList accountTransactionListsItem)Method parameters in com.adyen.model.marketpayfund with type arguments of type AccountTransactionList Modifier and Type Method Description AccountHolderTransactionListResponseAccountHolderTransactionListResponse. accountTransactionLists(List<AccountTransactionList> accountTransactionLists)voidAccountHolderTransactionListResponse. setAccountTransactionLists(List<AccountTransactionList> accountTransactionLists)
-