Poq.SDK.Node

Home > @poq/sdk-sfcc > PathRecord

PathRecord class

Document representing most basic info (id and name) of a category or catalog.

Signature:

export declare class PathRecord extends BaseModel<PathRecord> 

Extends: BaseModel<PathRecord

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the PathRecord class

Properties

Property Modifiers Type Description
id?   string (Optional) The id of the category path.
name?   string (Optional) The name of the category path.