Skip to main content

Interface: PriceFormat

Defined in: types/src/pricing.ts:7

Price display format configuration.

Properties

PropertyTypeDescriptionDefined in
currencystringCurrency format string. Use %d as placeholder for the price value.types/src/pricing.ts:9
decimalSepstringDecimal separator charactertypes/src/pricing.ts:11
thousandSepstringThousands separator charactertypes/src/pricing.ts:13