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