stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionDeliveryMethodLocalDeliveryOption

AdminTypes.SubscriptionDeliveryMethodLocalDeliveryOption interface

The selected delivery option on a subscription contract.

Signature:

export interface SubscriptionDeliveryMethodLocalDeliveryOption 

Properties

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 local delivery option.
instructions?   Maybe<Scalars[‘String’][‘output’]> (Optional) The delivery instructions that the customer can provide to the merchant.
phone   Scalars[‘String’][‘output’] The phone number that the customer provided to the merchant. Formatted using E.164 standard. For example, +16135551111.
presentmentTitle?   Maybe<Scalars[‘String’][‘output’]> (Optional) The presentment title of the local delivery option.
title?   Maybe<Scalars[‘String’][‘output’]> (Optional) The title of the local delivery option.