Uses of Enum
co.yellowdog.platform.interaction.cloudinfo.Currency
Packages that use Currency
-
Uses of Currency in co.yellowdog.platform.interaction.cloudinfo
Subclasses with type arguments of type Currency in co.yellowdog.platform.interaction.cloudinfoMethods in co.yellowdog.platform.interaction.cloudinfo that return CurrencyModifier and TypeMethodDescriptionPrice.getCurrency()
static Currency
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.Methods in co.yellowdog.platform.interaction.cloudinfo with parameters of type CurrencyModifier and TypeMethodDescriptionstatic Price
Price.of
(Currency currency, BigDecimal value) void
Price.setCurrency
(Currency currency)