@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class WalletTransactionAmount extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ISO_CURRENCY_CODE |
static String |
SERIALIZED_NAME_VALUE |
| Constructor and Description |
|---|
WalletTransactionAmount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
WalletISOCurrencyCode |
getIsoCurrencyCode()
Get isoCurrencyCode
|
Double |
getValue()
The amount of the transaction.
|
int |
hashCode() |
WalletTransactionAmount |
isoCurrencyCode(WalletISOCurrencyCode isoCurrencyCode) |
void |
setIsoCurrencyCode(WalletISOCurrencyCode isoCurrencyCode) |
void |
setValue(Double value) |
String |
toString() |
WalletTransactionAmount |
value(Double value) |
public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE
public static final String SERIALIZED_NAME_VALUE
public WalletTransactionAmount isoCurrencyCode(WalletISOCurrencyCode isoCurrencyCode)
public WalletISOCurrencyCode getIsoCurrencyCode()
public void setIsoCurrencyCode(WalletISOCurrencyCode isoCurrencyCode)
public WalletTransactionAmount value(Double value)
public Double getValue()
public void setValue(Double value)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.