Home > @poq/sdk-sfcc > Master > (constructor)
Constructs a new instance of the Master class
Signature:
constructor(params?: {
        link: string;
        masterId: string;
        orderable?: boolean;
        price?: number;
        priceMax?: number;
        pricePerUnit?: number;
        pricePerUnitMax?: number;
        prices?: {
            [key: string]: number;
        };
    });
| Parameter | Type | Description | 
|---|---|---|
| params | { link: string; masterId: string; orderable?: boolean; price?: number; priceMax?: number; pricePerUnit?: number; pricePerUnitMax?: number; prices?: { [key: string]: number; }; } | (Optional) |