public class CollateralLoanCurrency extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COLLATERAL_CURRENCY |
static String |
SERIALIZED_NAME_LOAN_CURRENCY |
| Constructor and Description |
|---|
CollateralLoanCurrency() |
| Modifier and Type | Method and Description |
|---|---|
CollateralLoanCurrency |
addCollateralCurrencyItem(String collateralCurrencyItem) |
CollateralLoanCurrency |
collateralCurrency(List<String> collateralCurrency) |
boolean |
equals(Object o) |
List<String> |
getCollateralCurrency()
List of supported collateral currencies
|
String |
getLoanCurrency()
Borrowed currency
|
int |
hashCode() |
CollateralLoanCurrency |
loanCurrency(String loanCurrency) |
void |
setCollateralCurrency(List<String> collateralCurrency) |
void |
setLoanCurrency(String loanCurrency) |
String |
toString() |
public static final String SERIALIZED_NAME_LOAN_CURRENCY
public static final String SERIALIZED_NAME_COLLATERAL_CURRENCY
public CollateralLoanCurrency loanCurrency(String loanCurrency)
public void setLoanCurrency(String loanCurrency)
public CollateralLoanCurrency collateralCurrency(List<String> collateralCurrency)
public CollateralLoanCurrency addCollateralCurrencyItem(String collateralCurrencyItem)
@Nullable public List<String> getCollateralCurrency()
Copyright © 2023. All rights reserved.