Package com.adyen.model.marketpay
Class AccountTransactionList
- java.lang.Object
-
- com.adyen.model.marketpay.AccountTransactionList
-
public class AccountTransactionList extends Object
AccountTransactionList
-
-
Constructor Summary
Constructors Constructor Description AccountTransactionList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountTransactionListaccountCode(String accountCode)AccountTransactionListaddTransactionsItem(Transaction transactionsItem)booleanequals(Object o)StringgetAccountCode()The code of the account.List<Transaction>getTransactions()The list of transactions.inthashCode()AccountTransactionListhasNextPage(Boolean hasNextPage)BooleanisHasNextPage()Indicates whether there is a next page of transactions available.voidsetAccountCode(String accountCode)voidsetHasNextPage(Boolean hasNextPage)voidsetTransactions(List<Transaction> transactions)StringtoString()AccountTransactionListtransactions(List<Transaction> transactions)
-
-
-
Method Detail
-
accountCode
public AccountTransactionList accountCode(String accountCode)
-
getAccountCode
public String getAccountCode()
The code of the account.- Returns:
- accountCode
-
setAccountCode
public void setAccountCode(String accountCode)
-
hasNextPage
public AccountTransactionList hasNextPage(Boolean hasNextPage)
-
isHasNextPage
public Boolean isHasNextPage()
Indicates whether there is a next page of transactions available.- Returns:
- hasNextPage
-
setHasNextPage
public void setHasNextPage(Boolean hasNextPage)
-
transactions
public AccountTransactionList transactions(List<Transaction> transactions)
-
addTransactionsItem
public AccountTransactionList addTransactionsItem(Transaction transactionsItem)
-
getTransactions
public List<Transaction> getTransactions()
The list of transactions.- Returns:
- transactions
-
setTransactions
public void setTransactions(List<Transaction> transactions)
-
-