@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class WalletBalance extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_AVAILABLE |
static String |
SERIALIZED_NAME_CURRENT |
static String |
SERIALIZED_NAME_ISO_CURRENCY_CODE |
Constructor and Description |
---|
WalletBalance() |
Modifier and Type | Method and Description |
---|---|
WalletBalance |
available(Double available) |
WalletBalance |
current(Double current) |
boolean |
equals(Object o) |
Double |
getAvailable()
The total amount of funds in the account after subtracting pending debit transaction amounts
|
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 |
setAvailable(Double available) |
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 static final String SERIALIZED_NAME_AVAILABLE
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)
public WalletBalance available(Double available)
public Double getAvailable()
public void setAvailable(Double available)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.