Package | Description |
---|---|
com.mypos.myposcheckout.ipc.enumerable | |
com.mypos.myposcheckout.ipc.request |
Modifier and Type | Method and Description |
---|---|
static Currency |
Currency.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Currency[] |
Currency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Currency |
InAppPurchase.getCurrency() |
Currency |
InAppStoreCard.getCurrency() |
Currency |
InAppStoredCardUpdate.getCurrency() |
Currency |
Purchase.getCurrency() |
Currency |
Refund.getCurrency() |
Currency |
RequestMoney.getCurrency() |
Modifier and Type | Method and Description |
---|---|
void |
InAppPurchase.setCurrency(Currency currency) |
void |
InAppStoreCard.setCurrency(Currency currency) |
void |
InAppStoredCardUpdate.setCurrency(Currency currency) |
void |
Purchase.setCurrency(Currency currency) |
void |
Refund.setCurrency(Currency currency) |
void |
RequestMoney.setCurrency(Currency currency) |