@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class ProcessorTransactionsGetResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNTS |
static String |
SERIALIZED_NAME_REQUEST_ID |
static String |
SERIALIZED_NAME_TOTAL_TRANSACTIONS |
static String |
SERIALIZED_NAME_TRANSACTIONS |
| Constructor and Description |
|---|
ProcessorTransactionsGetResponse() |
public static final String SERIALIZED_NAME_ACCOUNTS
public static final String SERIALIZED_NAME_TRANSACTIONS
public static final String SERIALIZED_NAME_TOTAL_TRANSACTIONS
public static final String SERIALIZED_NAME_REQUEST_ID
public ProcessorTransactionsGetResponse accounts(List<AccountBase> accounts)
public ProcessorTransactionsGetResponse addAccountsItem(AccountBase accountsItem)
public List<AccountBase> getAccounts()
public void setAccounts(List<AccountBase> accounts)
public ProcessorTransactionsGetResponse transactions(List<Transaction> transactions)
public ProcessorTransactionsGetResponse addTransactionsItem(Transaction transactionsItem)
public List<Transaction> getTransactions()
public void setTransactions(List<Transaction> transactions)
public ProcessorTransactionsGetResponse totalTransactions(Integer totalTransactions)
public Integer getTotalTransactions()
public void setTotalTransactions(Integer totalTransactions)
public ProcessorTransactionsGetResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.