@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class TotalInflowAmount90d 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 |
---|
TotalInflowAmount90d() |
Modifier and Type | Method and Description |
---|---|
TotalInflowAmount90d |
amount(Double amount) |
boolean |
equals(Object o) |
Double |
getAmount()
Value of amount with up to 2 decimal places.
|
String |
getIsoCurrencyCode()
The ISO 4217 currency code of the amount or balance.
|
String |
getUnofficialCurrencyCode()
The unofficial currency code associated with the amount or balance.
|
int |
hashCode() |
TotalInflowAmount90d |
isoCurrencyCode(String isoCurrencyCode) |
void |
setAmount(Double amount) |
void |
setIsoCurrencyCode(String isoCurrencyCode) |
void |
setUnofficialCurrencyCode(String unofficialCurrencyCode) |
String |
toString() |
TotalInflowAmount90d |
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 TotalInflowAmount90d amount(Double amount)
public Double getAmount()
public void setAmount(Double amount)
public TotalInflowAmount90d isoCurrencyCode(String isoCurrencyCode)
@Nullable public String getIsoCurrencyCode()
public void setIsoCurrencyCode(String isoCurrencyCode)
public TotalInflowAmount90d unofficialCurrencyCode(String unofficialCurrencyCode)
@Nullable public String getUnofficialCurrencyCode()
public void setUnofficialCurrencyCode(String unofficialCurrencyCode)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.