Signature:
export declare class Price extends PoqContract
Extends: PoqContract
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the Price class |
Property | Modifiers | Type | Description |
---|---|---|---|
currencySymbol | string | undefined | ||
now | number | Current sale price. | |
nowFormatted | string | undefined | ||
saving | Saving | undefined | ||
was | number | undefined | Price before discount, if any. If this field is present, its value should be different than the now field. | |
wasFormatted | string | undefined |