Home > @poq/sdk > SearchResponse
Signature:
export declare class SearchResponse extends PoqContract
Extends: PoqContract
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the SearchResponse class |
Property | Modifiers | Type | Description |
---|---|---|---|
customData | Record<string, unknown> | undefined | Custom data. | |
filters | SearchResponseFilter[] | undefined | ||
listings | SearchResponseProductListing[] | ||
pagination | ResponsePagination | Field holds the data about pagination, such as links and etc. |