Poq.SDK.Node

Home > @poq/sdk > Price

Price class

Signature:

export declare class Price extends PoqContract 

Extends: PoqContract

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the Price class

Properties

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