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 |