Home > @poq/sdk > SearchResponseForm
Represents information of a form of a product such as colour or size.
Signature:
export declare class SearchResponseForm extends PoqContract
Extends: PoqContract
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the SearchResponseForm class |
| 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”. |