public class PortfolioTransferable extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_CURRENCY |
| Constructor and Description |
|---|
PortfolioTransferable() |
| Modifier and Type | Method and Description |
|---|---|
PortfolioTransferable |
amount(String amount) |
PortfolioTransferable |
currency(String currency) |
boolean |
equals(Object o) |
String |
getAmount()
The maximum amount that can be transferred out
|
String |
getCurrency()
Currency detail
|
int |
hashCode() |
void |
setAmount(String amount) |
void |
setCurrency(String currency) |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_AMOUNT
public PortfolioTransferable currency(String currency)
public void setCurrency(String currency)
public PortfolioTransferable amount(String amount)
@Nullable public String getAmount()
public void setAmount(String amount)
Copyright © 2023. All rights reserved.