ULCurrency

Enum to represent the currency used by the SDK

Entries

Link copied to clipboard

Currency type to represent the default currency of the selected ULLocale object

Link copied to clipboard
@SerializedName(value = "USD")
ULCurrencyUSD

Currency type to represent USD

Link copied to clipboard
@SerializedName(value = "CAD")
ULCurrencyCAD

Currency type to represent CAD

Link copied to clipboard

Currency type to represent any currencies which are not mentioned above

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard