public class MyPlanOutputModel.Plan.Currency
extends java.lang.Object
Constructor and Description |
---|
Currency() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCountryCode()
This Method is use to Get the countryCode
|
java.lang.String |
getId() |
java.lang.String |
getIsoNum() |
java.lang.String |
getIsZeroDecimal() |
java.lang.String |
getSymbol() |
java.lang.String |
getTitle() |
void |
setCountryCode(java.lang.String countryCode)
This Method is use to Set the countryCode
|
@Nullable public java.lang.String getId()
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The countryCode@Nullable public java.lang.String getTitle()
@Nullable public java.lang.String getSymbol()
@Nullable public java.lang.String getIsoNum()
@Nullable public java.lang.String getIsZeroDecimal()