Poq.SDK.Node

Home > @poq/sdk-sfcc > PromotionResult

PromotionResult class

Result document containing an array of promotions.

Signature:

export declare class PromotionResult extends BaseModel<PromotionResult> 

Extends: BaseModel<PromotionResult

Constructors

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

Properties

Property Modifiers Type Description
count?   number (Optional) The number of returned documents.
data?   Array<Promotion> (Optional) The array of promotion documents.
total?   number (Optional) The total number of documents.