Home > @poq/sdk-sfcc > CustomerProductListResult
Document representing a customer product lists result.
Signature:
export declare class CustomerProductListResult extends BaseModel<CustomerProductListResult>
Extends: BaseModel<CustomerProductListResult
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the CustomerProductListResult class |
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. |