Defined in: types/src/pricing.ts:7
Price display format configuration.
Properties
| Property | Type | Description | Defined in |
|---|
currency | string | Currency format string. Use %d as placeholder for the price value. | types/src/pricing.ts:9 |
decimalSep | string | Decimal separator character | types/src/pricing.ts:11 |
thousandSep | string | Thousands separator character | types/src/pricing.ts:13 |