Uses of Class
com.adyen.model.marketpayfund.AccountHolderTransactionListResponse
-
Packages that use AccountHolderTransactionListResponse Package Description com.adyen.model.marketpayfund com.adyen.service.classicplatforms -
-
Uses of AccountHolderTransactionListResponse in com.adyen.model.marketpayfund
Methods in com.adyen.model.marketpayfund that return AccountHolderTransactionListResponse Modifier and Type Method Description AccountHolderTransactionListResponseAccountHolderTransactionListResponse. accountTransactionLists(List<AccountTransactionList> accountTransactionLists)AccountHolderTransactionListResponseAccountHolderTransactionListResponse. addAccountTransactionListsItem(AccountTransactionList accountTransactionListsItem)AccountHolderTransactionListResponseAccountHolderTransactionListResponse. addInvalidFieldsItem(ErrorFieldType invalidFieldsItem)static AccountHolderTransactionListResponseAccountHolderTransactionListResponse. fromJson(String jsonString)Create an instance of AccountHolderTransactionListResponse given an JSON stringAccountHolderTransactionListResponseAccountHolderTransactionListResponse. invalidFields(List<ErrorFieldType> invalidFields)AccountHolderTransactionListResponseAccountHolderTransactionListResponse. pspReference(String pspReference)AccountHolderTransactionListResponseAccountHolderTransactionListResponse. resultCode(String resultCode) -
Uses of AccountHolderTransactionListResponse in com.adyen.service.classicplatforms
Methods in com.adyen.service.classicplatforms that return AccountHolderTransactionListResponse Modifier and Type Method Description AccountHolderTransactionListResponseClassicPlatformFundApi. accountHolderTransactionList(AccountHolderTransactionListRequest accountHolderTransactionListRequest)Get a list of transactionsAccountHolderTransactionListResponseClassicPlatformFundApi. accountHolderTransactionList(AccountHolderTransactionListRequest accountHolderTransactionListRequest, RequestOptions requestOptions)Get a list of transactions
-