Signature:
export declare class Category extends PoqContract 
Extends: PoqContract
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the Categoryclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| categories | Category[] | undefined | ||
| categoryUrl | string | undefined | ||
| customData | Record<string, unknown> | undefined | ||
| deepLink | string | undefined | ||
| id | string | ||
| imageUrl | string | undefined | ||
| name | string | ||
| parentCategoryId | string | undefined |