Poq.SDK.Node

Home > @poq/sdk > SearchResponseForm

SearchResponseForm class

Represents information of a form of a product such as colour or size.

Signature:

export declare class SearchResponseForm extends PoqContract 

Extends: PoqContract

Constructors

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

Properties

Property Modifiers Type Description
id   string ID of the form.
name   string Name of the form.
variations   SearchResponseFormVariation[] Variations of the form. For example, if the form is “Colour”, its variations can be “Red” and “Green”.