Package com.wallee.android.till.sdk.data
Class CurrencyItem
- java.lang.Object
-
- com.wallee.android.till.sdk.data.CurrencyItem
-
public class CurrencyItem extends Object
-
-
Constructor Summary
Constructors Constructor Description CurrencyItem(CurrencyType currencyType, String currency)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCurrency()
CurrencyType
getCurrencyType()
-
-
-
Constructor Detail
-
CurrencyItem
public CurrencyItem(CurrencyType currencyType, String currency)
-
-
Method Detail
-
getCurrencyType
public CurrencyType getCurrencyType()
-
getCurrency
public String getCurrency()
-
-