public class CurrencyCash extends AbstractRealTimeDto
Constructor and Description |
---|
CurrencyCash() |
Modifier and Type | Method and Description |
---|---|
List<Cash> |
getAvailableCash() |
String |
getCurrencyCode() |
Integer |
getFractionDigit() |
Integer |
getMinAmount() |
String |
getSymbol() |
void |
setAvailableCash(List<Cash> availableCash) |
void |
setCurrencyCode(String currencyCode) |
void |
setFractionDigit(Integer fractionDigit) |
void |
setMinAmount(Integer minAmount) |
void |
setSymbol(String symbol) |
toString
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public String getSymbol()
public void setSymbol(String symbol)
public Integer getFractionDigit()
public void setFractionDigit(Integer fractionDigit)
public Integer getMinAmount()
public void setMinAmount(Integer minAmount)
Copyright © 2020. All rights reserved.