Skip to main content

PickupPointDetails

Representation of pickup point details

type PickupPointDetails {
streetAddress: String
postCode: String
city: String
phone: String
openHours: [OpenHours]
}

Fields

streetAddress ● String

The street address on which pickup point is located

postCode ● String

The post code in which pickup point is located

city ● String

The city in which pickup point is located

phone ● String

The phone number of the pickup point

openHours ● [OpenHours]

The openeing hours of the pickup point

Example

{
"openHours": [
{}
]
}