Home > @poq/sdk > SearchResponseFormVariation
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
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the SearchResponseFormVariationclass | 
| 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. |