public class PlanListOutputModel.Currency
extends java.lang.Object
Constructor and Description |
---|
Currency() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
This Method is use to get the code
|
java.lang.String |
getCountryCode()
This Method is use to get the countryCode
|
java.lang.String |
getId()
This Method is use to get the id
|
java.lang.String |
getIsoNum()
This Method is use to get the isoNum
|
java.lang.String |
getIsZeroDecimal()
This Method is use to get the isZeroDecimal
|
java.lang.String |
getSymbol()
This Method is use to get the symbol
|
java.lang.String |
getTitle()
This Method is use to get the title
|
@Nullable public java.lang.String getId()
@Nullable public java.lang.String getCountryCode()
@Nullable public java.lang.String getCode()
@Nullable public java.lang.String getTitle()
@Nullable public java.lang.String getSymbol()
@Nullable public java.lang.String getIsoNum()
@Nullable public java.lang.String getIsZeroDecimal()