Home > @poq/sdk-sfcc > SuggestedCategory
Signature:
export declare class SuggestedCategory extends BaseModel<SuggestedCategory>
Extends: BaseModel<SuggestedCategory
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the SuggestedCategory class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id? | string | (Optional) The id of the category. | |
| link? | string | (Optional) The URL addressing the category. | |
| name? | string | (Optional) The localized name of the category. | |
| parentCategoryName? | string | (Optional) The name of the parent category. |