@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class WalletTransactionListRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_CURSOR |
static String |
SERIALIZED_NAME_OPTIONS |
static String |
SERIALIZED_NAME_SECRET |
static String |
SERIALIZED_NAME_WALLET_ID |
| Constructor and Description |
|---|
WalletTransactionListRequest() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_WALLET_ID
public static final String SERIALIZED_NAME_CURSOR
public static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_OPTIONS
public WalletTransactionListRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public WalletTransactionListRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public WalletTransactionListRequest walletId(String walletId)
public String getWalletId()
public void setWalletId(String walletId)
public WalletTransactionListRequest cursor(String cursor)
@Nullable public String getCursor()
public void setCursor(String cursor)
public WalletTransactionListRequest count(Integer count)
@Nullable public Integer getCount()
public void setCount(Integer count)
public WalletTransactionListRequest options(WalletTransactionListRequestOptions options)
@Nullable public WalletTransactionListRequestOptions getOptions()
public void setOptions(WalletTransactionListRequestOptions options)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.