Poq.SDK.Node

Home > @poq/sdk-sfcc > CustomerProductListResult

CustomerProductListResult class

Document representing a customer product lists result.

Signature:

export declare class CustomerProductListResult extends BaseModel<CustomerProductListResult> 

Extends: BaseModel<CustomerProductListResult

Constructors

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

Properties

Property Modifiers Type Description
count?   number (Optional) The number of returned documents.
data?   Array<CustomerProductList> (Optional) The customer product lists.
next?   string (Optional)
previous?   string (Optional)
start?   number (Optional)
total?   number (Optional) The total number of documents.