# SubscriptionDeliveryMethodPickupOptionInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for pickup option.

### Access Scopes



## Fields
* [code](/docs/api/admin/2025-01/scalars/String): String - A custom reference to the delivery method for use with automations.
* [description](/docs/api/admin/2025-01/scalars/String): String - The details displayed to the customer to describe the pickup option.
* [locationId](/docs/api/admin/2025-01/scalars/ID): ID! - The ID of the pickup location.
* [presentmentTitle](/docs/api/admin/2025-01/scalars/String): String - The presentment title of the pickup option.
* [title](/docs/api/admin/2025-01/scalars/String): String - The title of the pickup option.


## Input objects with this input object
* [SubscriptionDeliveryMethodPickupInput](/docs/api/admin/2025-01/input-objects/SubscriptionDeliveryMethodPickupInput)


## Examples