# PickupPoint

### Fields

#### address ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The street address of the pickup point.

#### city ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The city of the pickup point.

#### country ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The country code of the pickup point.

#### createdAt ([ISO8601DateTime](https://developer.firmhouse.com/graphql-api/api-reference/objects/iso-8601-date-time)!)

The date and time when this pickup point was created.

#### district ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The district of the pickup point.

#### houseNumber ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The house number of the pickup point.

#### id ([ID](https://developer.firmhouse.com/graphql-api/api-reference/objects/id)!)

The database ID of this pickup point.

#### name ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The name of the pickup point.

#### phoneNumber ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The phone number of the pickup point.

#### provider ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string)!)

The provider of this pickup point (e.g., metapack).

#### providerId ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The provider's unique identifier for this pickup point.

#### updatedAt ([ISO8601DateTime](https://developer.firmhouse.com/graphql-api/api-reference/objects/iso-8601-date-time)!)

The date and time when this pickup point was last updated.

#### zipcode ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The postal code of the pickup point.
