Home > @vsf-enterprise/sap-commerce-webservices-sdk > PointOfService
PointOfService interface
Representation of a Point of service PointOfService
Signature:
export interface PointOfService
Properties
| Property | Type | Description |
|---|---|---|
| address? | Address | (Optional) |
| description? | string | (Optional) Description of the point of service |
| displayName? | string | (Optional) Display name of the point of service |
| distanceKm? | number | (Optional) Distance to the point of service as number value |
| features? | { [key: string]: string; } | (Optional) List of features for a given point of service |
| formattedDistance? | string | (Optional) Distance to the point of service as text value |
| geoPoint? | GeoPoint | (Optional) |
| mapIcon? | Image | (Optional) |
| name? | string | (Optional) Name of the point of service |
| openingHours? | OpeningSchedule | (Optional) |
| storeContent? | string | (Optional) Store content of given point of service |
| storeImages? | Array<Image> | (Optional) Collection of images associated with a point of service |
| url? | string | (Optional) Url address of the point of service |
| warehouseCodes? | Array<string> | (Optional) |