Poq.SDK.Node

Home > @poq/sdk > SearchResponseFormVariation

SearchResponseFormVariation class

Represents information of a variation of a product form. For example, red and green can be variations of the colour form.

Signature:

export declare class SearchResponseFormVariation extends PoqContract 

Extends: PoqContract

Constructors

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

Properties

Property Modifiers Type Description
id   string ID of the form variation.
name   string Name of the form variation.
swatch   string | undefined URL of the product image to represent this form variation.