Enum CheckoutCurrency
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum CheckoutCurrency extends Enum<CheckoutCurrency>
Utility class holding currency information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCheckoutCurrency.Companion
-
Field Summary
Fields Modifier and Type Field Description private final IntegerfractionDigitsprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<CheckoutCurrency>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description AEDALLAMDANGAOAARSAUDAWGAZNBAMBBDBDTBGNBHDBMDBNDBOBBRLBSDBWPBYNBZDCADCHFCLPCNYCOPCRCCUPCVECZKDJFDKKDOPDZDEGPETBEURFJDFKPGBPGELGHSGIPGMDGNFGTQGYDHKDHNLHRKHTGHUFIDRILSINRIQDISKJMDJODJPYKESKGSKHRKMFKRWKWDKYDKZTLAKLBPLKRLYDMADMDLMKDMMKMNTMOPMRUMURMVRMWKMXNMYRMZNNADNGNNIONOKNPRNZDOMRPABPENPGKPHPPKRPLNPYGQARRONRSDRUBRWFSARSBDSCRSEKSGDSHPSLLSLESOSSRDSTNSVCSZLTHBTNDTOPTRYTTDTWDTZSUAHUGXUSDUYUUZSVEFVNDVUVWSTXAFXCDXOFXPFYERZARZMW
-
Method Summary
Modifier and Type Method Description final CheckoutCurrencyvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<CheckoutCurrency>values()Returns an array containing the constants of this enum type, in the order they're declared. final IntegergetFractionDigits()final EnumEntries<CheckoutCurrency>getEntries()Utility class holding currency information. -
-
Method Detail
-
valueOf
final CheckoutCurrency valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<CheckoutCurrency> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getFractionDigits
final Integer getFractionDigits()
-
getEntries
final EnumEntries<CheckoutCurrency> getEntries()
Utility class holding currency information.
-
-
-
-