Poq.SDK.Node

Home > @poq/sdk-sfcc > PromotionResult > (constructor)

PromotionResult.(constructor)

Constructs a new instance of the PromotionResult class

Signature:

constructor(params?: {
        count?: number;
        data?: Array<Promotion>;
        total?: number;
    });

Parameters

Parameter Type Description
params { count?: number; data?: Array<Promotion>; total?: number; } (Optional)