Uses of Enum Class
software.xdev.brevo.model.Cart.CurrencyEnum
Packages that use Cart.CurrencyEnum
-
Uses of Cart.CurrencyEnum in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return Cart.CurrencyEnumModifier and TypeMethodDescriptionstatic Cart.CurrencyEnumCart.getCurrency()Currency code for the payment amount.static Cart.CurrencyEnumReturns the enum constant of this class with the specified name.static Cart.CurrencyEnum[]Cart.CurrencyEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.xdev.brevo.model with parameters of type Cart.CurrencyEnumModifier and TypeMethodDescriptionCart.currency(Cart.CurrencyEnum currency) voidCart.setCurrency(Cart.CurrencyEnum currency)