public class AccountTransactionList extends Object
| Constructor and Description |
|---|
AccountTransactionList() |
| Modifier and Type | Method and Description |
|---|---|
AccountTransactionList |
accountCode(String accountCode) |
AccountTransactionList |
addTransactionsItem(Transaction transactionsItem) |
boolean |
equals(Object o) |
String |
getAccountCode()
The code of the account.
|
List<Transaction> |
getTransactions()
The list of transactions.
|
int |
hashCode() |
AccountTransactionList |
hasNextPage(Boolean hasNextPage) |
Boolean |
isHasNextPage()
Indicates whether there is a next page of transactions available.
|
void |
setAccountCode(String accountCode) |
void |
setHasNextPage(Boolean hasNextPage) |
void |
setTransactions(List<Transaction> transactions) |
String |
toString() |
AccountTransactionList |
transactions(List<Transaction> transactions) |
public AccountTransactionList accountCode(String accountCode)
public String getAccountCode()
public void setAccountCode(String accountCode)
public AccountTransactionList hasNextPage(Boolean hasNextPage)
public Boolean isHasNextPage()
public void setHasNextPage(Boolean hasNextPage)
public AccountTransactionList transactions(List<Transaction> transactions)
public AccountTransactionList addTransactionsItem(Transaction transactionsItem)
public List<Transaction> getTransactions()
public void setTransactions(List<Transaction> transactions)
Copyright © 2022. All rights reserved.