StoreFinderSearchPage
Representation of a Store finder search page StoreFinderSearchPage
export interface StoreFinderSearchPage {
'boundEastLongitude'?: number;
'boundNorthLatitude'?: number;
'boundSouthLatitude'?: number;
'boundWestLongitude'?: number;
'locationText'?: string;
'pagination'?: DeprecatedPagination;
'sorts'?: Array<Sort>;
'sourceLatitude'?: number;
'sourceLongitude'?: number;
'stores'?: Array<PointOfService>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
boundEastLongitude | Optional | number | Bound east longitude {number} StoreFinderSearchPage |
boundNorthLatitude | Optional | number | Bound north latitude {number} StoreFinderSearchPage |
boundSouthLatitude | Optional | number | Bound south latitude {number} StoreFinderSearchPage |
boundWestLongitude | Optional | number | Bound west longitude {number} StoreFinderSearchPage |
locationText | Optional | string | Location text {string} StoreFinderSearchPage |
pagination | Optional | DeprecatedPagination | {DeprecatedPagination} StoreFinderSearchPage |
sorts | Optional | Array<Sort> | List of sortings {Array<Sort>} StoreFinderSearchPage |
sourceLatitude | Optional | number | Source latitude {number} StoreFinderSearchPage |
sourceLongitude | Optional | number | Source longitude {number} StoreFinderSearchPage |
stores | Optional | Array<PointOfService> | List of stores {Array<PointOfService>} StoreFinderSearchPage |