Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionDeliveryMethodPickupOption
Represents the selected pickup option on a subscription contract.
Signature:
export interface SubscriptionDeliveryMethodPickupOption
| Property | Modifiers | Type | Description |
|---|---|---|---|
| code? | Maybe<Scalars[‘String’][‘output’]> | (Optional) A custom reference to the delivery method for use with automations. | |
| description? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The details displayed to the customer to describe the pickup option. | |
| location | Location | The location where the customer will pickup the merchandise. | |
| presentmentTitle? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The presentment title of the pickup option. | |
| title? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The title of the pickup option. |