public class PortfolioBorrowable extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_CURRENCY |
| Constructor and Description |
|---|
PortfolioBorrowable() |
| Modifier and Type | Method and Description |
|---|---|
PortfolioBorrowable |
amount(String amount) |
PortfolioBorrowable |
currency(String currency) |
boolean |
equals(Object o) |
String |
getAmount()
Max borrowable amount
|
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 PortfolioBorrowable currency(String currency)
public void setCurrency(String currency)
public PortfolioBorrowable amount(String amount)
public void setAmount(String amount)
Copyright © 2023. All rights reserved.