Alokai
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

NameRequiredTypeDescription
pointOfServicesOptionalArray<PointOfService>List of points of service {Array<PointOfService>} PointOfServiceList

Referenced Types

On this page