@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class TransactionStreamAmount extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_ISO_CURRENCY_CODE |
static String |
SERIALIZED_NAME_UNOFFICIAL_CURRENCY_CODE |
Constructor and Description |
---|
TransactionStreamAmount() |
Modifier and Type | Method and Description |
---|---|
TransactionStreamAmount |
amount(Double amount) |
boolean |
equals(Object o) |
Double |
getAmount()
Represents the numerical value of an amount.
|
String |
getIsoCurrencyCode()
The ISO-4217 currency code of the amount.
|
String |
getUnofficialCurrencyCode()
The unofficial currency code of the amount.
|
int |
hashCode() |
TransactionStreamAmount |
isoCurrencyCode(String isoCurrencyCode) |
void |
setAmount(Double amount) |
void |
setIsoCurrencyCode(String isoCurrencyCode) |
void |
setUnofficialCurrencyCode(String unofficialCurrencyCode) |
String |
toString() |
TransactionStreamAmount |
unofficialCurrencyCode(String unofficialCurrencyCode) |
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE
public static final String SERIALIZED_NAME_UNOFFICIAL_CURRENCY_CODE
public TransactionStreamAmount amount(Double amount)
@Nullable public Double getAmount()
public void setAmount(Double amount)
public TransactionStreamAmount isoCurrencyCode(String isoCurrencyCode)
@Nullable public String getIsoCurrencyCode()
public void setIsoCurrencyCode(String isoCurrencyCode)
public TransactionStreamAmount unofficialCurrencyCode(String unofficialCurrencyCode)
@Nullable public String getUnofficialCurrencyCode()
public void setUnofficialCurrencyCode(String unofficialCurrencyCode)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.