Home > @poq/sdk-sfcc > PathRecord
Document representing most basic info (id and name) of a category or catalog.
Signature:
export declare class PathRecord extends BaseModel<PathRecord>
Extends: BaseModel<PathRecord
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the PathRecord class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id? | string | (Optional) The id of the category path. | |
| name? | string | (Optional) The name of the category path. |