Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionLocalDeliveryOption
A local delivery option for a subscription contract.
Signature:
export interface SubscriptionLocalDeliveryOption
Property | Modifiers | Type | Description |
---|---|---|---|
code | Scalars[‘String’][‘output’] | The code of the local delivery option. | |
description? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The description of the local delivery option. | |
phoneRequired | Scalars[‘Boolean’][‘output’] | Whether a phone number is required for the local delivery option. | |
presentmentTitle? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The presentment title of the local delivery option. | |
price? | Maybe<MoneyV2> | (Optional) The price of the local delivery option. | |
title | Scalars[‘String’][‘output’] | The title of the local delivery option. |