@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class WalletTransactionsListRequest 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 |
---|
WalletTransactionsListRequest() |
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 WalletTransactionsListRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public WalletTransactionsListRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public WalletTransactionsListRequest walletId(String walletId)
public String getWalletId()
public void setWalletId(String walletId)
public WalletTransactionsListRequest cursor(String cursor)
@Nullable public String getCursor()
public void setCursor(String cursor)
public WalletTransactionsListRequest count(Integer count)
@Nullable public Integer getCount()
public void setCount(Integer count)
public WalletTransactionsListRequest options(WalletTransactionListRequestOptions options)
@Nullable public WalletTransactionListRequestOptions getOptions()
public void setOptions(WalletTransactionListRequestOptions options)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.