@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T17:46:09.980340Z[Etc/UTC]") public class WalletTransactionListResponse extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_NEXT_CURSOR |
static String |
SERIALIZED_NAME_REQUEST_ID |
static String |
SERIALIZED_NAME_TRANSACTIONS |
Constructor and Description |
---|
WalletTransactionListResponse() |
Modifier and Type | Method and Description |
---|---|
WalletTransactionListResponse |
addTransactionsItem(WalletTransaction transactionsItem) |
boolean |
equals(Object o) |
String |
getNextCursor()
Cursor used for fetching transactions created before the latest transaction provided in this response
|
String |
getRequestId()
A unique identifier for the request, which can be used for troubleshooting.
|
List<WalletTransaction> |
getTransactions()
An array of transactions of an e-wallet, associated with the given `wallet_id`
|
int |
hashCode() |
WalletTransactionListResponse |
nextCursor(String nextCursor) |
WalletTransactionListResponse |
requestId(String requestId) |
void |
setNextCursor(String nextCursor) |
void |
setRequestId(String requestId) |
void |
setTransactions(List<WalletTransaction> transactions) |
String |
toString() |
WalletTransactionListResponse |
transactions(List<WalletTransaction> transactions) |
public static final String SERIALIZED_NAME_TRANSACTIONS
public static final String SERIALIZED_NAME_NEXT_CURSOR
public static final String SERIALIZED_NAME_REQUEST_ID
public WalletTransactionListResponse transactions(List<WalletTransaction> transactions)
public WalletTransactionListResponse addTransactionsItem(WalletTransaction transactionsItem)
public List<WalletTransaction> getTransactions()
public void setTransactions(List<WalletTransaction> transactions)
public WalletTransactionListResponse nextCursor(String nextCursor)
@Nullable public String getNextCursor()
public void setNextCursor(String nextCursor)
public WalletTransactionListResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.