Currency
No description
enum Currency {
AUSTRALIAN_DOLLARS
BRITISH_POUNDS
CANADIAN_DOLLARS
EUROS
US_DOLLARS
}
Values
Currency.AUSTRALIAN_DOLLARS
Currency.BRITISH_POUNDS
Currency.CANADIAN_DOLLARS
Currency.EUROS
Currency.US_DOLLARS
Member Of
PatchableProductFields
input ● Product
object