@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class WalletTransactionGetResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WalletTransactionGetResponse.TypeEnum
The type of the transaction.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_COUNTERPARTY |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_FAILURE_REASON |
static String |
SERIALIZED_NAME_LAST_STATUS_UPDATE |
static String |
SERIALIZED_NAME_PAYMENT_ID |
static String |
SERIALIZED_NAME_REFERENCE |
static String |
SERIALIZED_NAME_REQUEST_ID |
static String |
SERIALIZED_NAME_SCHEME |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_TRANSACTION_ID |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_WALLET_ID |
| Constructor and Description |
|---|
WalletTransactionGetResponse() |
public static final String SERIALIZED_NAME_TRANSACTION_ID
public static final String SERIALIZED_NAME_WALLET_ID
public static final String SERIALIZED_NAME_REFERENCE
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_SCHEME
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_COUNTERPARTY
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_LAST_STATUS_UPDATE
public static final String SERIALIZED_NAME_PAYMENT_ID
public static final String SERIALIZED_NAME_FAILURE_REASON
public static final String SERIALIZED_NAME_REQUEST_ID
public WalletTransactionGetResponse transactionId(String transactionId)
public String getTransactionId()
public void setTransactionId(String transactionId)
public WalletTransactionGetResponse walletId(String walletId)
public String getWalletId()
public void setWalletId(String walletId)
public WalletTransactionGetResponse reference(String reference)
public String getReference()
public void setReference(String reference)
public WalletTransactionGetResponse type(WalletTransactionGetResponse.TypeEnum type)
public WalletTransactionGetResponse.TypeEnum getType()
public void setType(WalletTransactionGetResponse.TypeEnum type)
public WalletTransactionGetResponse scheme(WalletPaymentScheme scheme)
@Nullable public WalletPaymentScheme getScheme()
public void setScheme(WalletPaymentScheme scheme)
public WalletTransactionGetResponse amount(WalletTransactionAmount amount)
public WalletTransactionAmount getAmount()
public void setAmount(WalletTransactionAmount amount)
public WalletTransactionGetResponse counterparty(WalletTransactionCounterparty counterparty)
public WalletTransactionCounterparty getCounterparty()
public void setCounterparty(WalletTransactionCounterparty counterparty)
public WalletTransactionGetResponse status(WalletTransactionStatus status)
public WalletTransactionStatus getStatus()
public void setStatus(WalletTransactionStatus status)
public WalletTransactionGetResponse createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public WalletTransactionGetResponse lastStatusUpdate(OffsetDateTime lastStatusUpdate)
public OffsetDateTime getLastStatusUpdate()
public void setLastStatusUpdate(OffsetDateTime lastStatusUpdate)
public WalletTransactionGetResponse paymentId(String paymentId)
@Nullable public String getPaymentId()
public void setPaymentId(String paymentId)
public WalletTransactionGetResponse failureReason(WalletTransactionFailureReason failureReason)
@Nullable public WalletTransactionFailureReason getFailureReason()
public void setFailureReason(WalletTransactionFailureReason failureReason)
public WalletTransactionGetResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.