Home > @poq/sdk-sfcc > CategoryResult
Result document containing an array of categories.
Signature:
export declare class CategoryResult extends BaseModel<CategoryResult>
Extends: BaseModel<CategoryResult
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the CategoryResult class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| count? | number | (Optional) The number of returned documents. | |
| data? | Array<Category> | (Optional) The array of category documents. | |
| total? | number | (Optional) The total number of documents. |