# SubscriptionPickupOption - admin-graphql - OBJECT Version: 2024-10 ## 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-graphql/2024-10/scalars/String): String! - The code of the pickup option. * [description](/docs/api/admin-graphql/2024-10/scalars/String): String - The description of the pickup option. * [location](/docs/api/admin-graphql/2024-10/objects/Location): Location! - The pickup location. * [phoneRequired](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether a phone number is required for the pickup option. * [pickupTime](/docs/api/admin-graphql/2024-10/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-graphql/2024-10/scalars/String): String - The presentment title of the pickup option. * [price](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2 - The price of the pickup option. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! - The title of the pickup option. ## Connections ## Related queries ## Related mutations ## Related Unions * [SubscriptionDeliveryOption](/docs/api/admin-graphql/2024-10/unions/SubscriptionDeliveryOption) The delivery option for a subscription contract. ## Examples