1.3 KiB
1.3 KiB
displayed_sidebar
| displayed_sidebar |
|---|
| pricingReference |
UpdateCurrencyDTO
An object that holds data to update a currency. The currency code must be provided to identify which currency to update.
Properties
code
code: string
a string indicating the code of the currency to update.
Defined in
packages/types/src/pricing/common/currency.ts:54
name
Optional name: string
a string indicating the name of the currency.
Defined in
packages/types/src/pricing/common/currency.ts:57
symbol
Optional symbol: string
a string indicating the symbol of the currency.
Defined in
packages/types/src/pricing/common/currency.ts:55
symbol_native
Optional symbol_native: string
a string indicating the symbol of the currecy in its native form. This is typically the symbol used when displaying a price.