@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class WalletTransactionExecuteRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_COUNTERPARTY |
static String |
SERIALIZED_NAME_IDEMPOTENCY_KEY |
static String |
SERIALIZED_NAME_REFERENCE |
static String |
SERIALIZED_NAME_SECRET |
static String |
SERIALIZED_NAME_WALLET_ID |
| Constructor and Description |
|---|
WalletTransactionExecuteRequest() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_IDEMPOTENCY_KEY
public static final String SERIALIZED_NAME_WALLET_ID
public static final String SERIALIZED_NAME_COUNTERPARTY
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_REFERENCE
public WalletTransactionExecuteRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public WalletTransactionExecuteRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public WalletTransactionExecuteRequest idempotencyKey(String idempotencyKey)
public String getIdempotencyKey()
public void setIdempotencyKey(String idempotencyKey)
public WalletTransactionExecuteRequest walletId(String walletId)
public String getWalletId()
public void setWalletId(String walletId)
public WalletTransactionExecuteRequest counterparty(WalletTransactionCounterparty counterparty)
public WalletTransactionCounterparty getCounterparty()
public void setCounterparty(WalletTransactionCounterparty counterparty)
public WalletTransactionExecuteRequest amount(WalletTransactionAmount amount)
public WalletTransactionAmount getAmount()
public void setAmount(WalletTransactionAmount amount)
public WalletTransactionExecuteRequest reference(String reference)
public String getReference()
public void setReference(String reference)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.