Home > @poq/sdk > Price > (constructor)
Constructs a new instance of the Price
class
Signature:
constructor(params: {
now: number;
was?: number;
saving?: Saving;
nowFormatted?: string;
wasFormatted?: string;
currencySymbol?: string;
});
Parameter | Type | Description |
---|---|---|
params | { now: number; was?: number; saving?: Saving; nowFormatted?: string; wasFormatted?: string; currencySymbol?: string; } |