You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
PointOfServiceList
Representation of a Point of Service List PointOfServiceList
export interface PointOfServiceList {
'pointOfServices'?: Array<PointOfService>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
pointOfServices | Optional | Array<PointOfService> | List of points of service {Array<PointOfService>} PointOfServiceList |