1.2 KiB
1.2 KiB
displayed_sidebar
| displayed_sidebar |
|---|
| pricingReference |
CurrencyDTO
An object representing a currency.
Properties
code
code: string
a string indicating the code of the currency.
Defined in
packages/types/src/pricing/common/currency.ts:16
name
Optional name: string
a string indicating the name of the currency.
Defined in
packages/types/src/pricing/common/currency.ts:19
symbol
Optional symbol: string
a string indicating the symbol of the currency.
Defined in
packages/types/src/pricing/common/currency.ts:17
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.