# SubscriptionPickupOption - admin - OBJECT
Version: unstable

## Description
A pickup option to deliver a subscription contract.

### Access Scopes
the `read_own_subscription_contracts` or `write_own_subscription_contracts` scope.


## Fields
* [code](/docs/api/admin/unstable/scalars/String): String! - The code of the pickup option.
* [description](/docs/api/admin/unstable/scalars/String): String - The description of the pickup option.
* [location](/docs/api/admin/unstable/objects/Location): Location! - The pickup location.
* [phoneRequired](/docs/api/admin/unstable/scalars/Boolean): Boolean! - Whether a phone number is required for the pickup option.
* [pickupTime](/docs/api/admin/unstable/scalars/String): String! - The estimated amount of time it takes for the pickup to be ready. For example, "Usually ready in 24 hours".).
* [presentmentTitle](/docs/api/admin/unstable/scalars/String): String - The presentment title of the pickup option.
* [price](/docs/api/admin/unstable/objects/MoneyV2): MoneyV2 - The price of the pickup option.
* [title](/docs/api/admin/unstable/scalars/String): String! - The title of the pickup option.

## Connections



## Related queries

## Related mutations

## Related Unions
* [SubscriptionDeliveryOption](/docs/api/admin/unstable/unions/SubscriptionDeliveryOption) The delivery option for a subscription contract.

## Examples