Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionPickupOption
A pickup option to deliver a subscription contract.
Signature:
export interface SubscriptionPickupOption
Property | Modifiers | Type | Description |
---|---|---|---|
code | Scalars[‘String’][‘output’] | The code of the pickup option. | |
description? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The description of the pickup option. | |
location | Location | The pickup location. | |
phoneRequired | Scalars[‘Boolean’][‘output’] | Whether a phone number is required for the pickup option. | |
pickupTime | Scalars[‘String’][‘output’] | The estimated amount of time it takes for the pickup to be ready. For example, “Usually ready in 24 hours”.). | |
presentmentTitle? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The presentment title of the pickup option. | |
price? | Maybe<MoneyV2> | (Optional) The price of the pickup option. | |
title | Scalars[‘String’][‘output’] | The title of the pickup option. |