public class TransactionListForAccount extends Object
| Constructor and Description |
|---|
TransactionListForAccount() |
| Modifier and Type | Method and Description |
|---|---|
TransactionListForAccount |
accountCode(String accountCode) |
boolean |
equals(Object o) |
String |
getAccountCode()
The account to get the transaction list for.
|
Integer |
getPage()
The page number, starting at 1.
|
int |
hashCode() |
TransactionListForAccount |
page(Integer page) |
void |
setAccountCode(String accountCode) |
void |
setPage(Integer page) |
String |
toString() |
public TransactionListForAccount accountCode(String accountCode)
public String getAccountCode()
public void setAccountCode(String accountCode)
public TransactionListForAccount page(Integer page)
public Integer getPage()
public void setPage(Integer page)
Copyright © 2022. All rights reserved.