@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class WalletBalance extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CURRENT |
static String |
SERIALIZED_NAME_ISO_CURRENCY_CODE |
Constructor and Description |
---|
WalletBalance() |
Modifier and Type | Method and Description |
---|---|
WalletBalance |
current(Double current) |
boolean |
equals(Object o) |
Double |
getCurrent()
The total amount of funds in the account
|
String |
getIsoCurrencyCode()
The ISO-4217 currency code of the balance
|
int |
hashCode() |
WalletBalance |
isoCurrencyCode(String isoCurrencyCode) |
void |
setCurrent(Double current) |
void |
setIsoCurrencyCode(String isoCurrencyCode) |
String |
toString() |
public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE
public static final String SERIALIZED_NAME_CURRENT
public WalletBalance isoCurrencyCode(String isoCurrencyCode)
public String getIsoCurrencyCode()
public void setIsoCurrencyCode(String isoCurrencyCode)
public WalletBalance current(Double current)
public Double getCurrent()
public void setCurrent(Double current)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.