# SubscriptionDeliveryMethodLocalDeliveryOptionInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for local delivery option. ### Access Scopes ## Fields * [code](/docs/api/admin-graphql/2024-10/scalars/String): String - A custom reference to the delivery method for use with automations. * [description](/docs/api/admin-graphql/2024-10/scalars/String): String - The details displayed to the customer to describe the local delivery option. * [instructions](/docs/api/admin-graphql/2024-10/scalars/String): String - The delivery instructions that the customer can provide to the merchant. * [phone](/docs/api/admin-graphql/2024-10/scalars/String): String! - The phone number that the customer must provide to the merchant. Formatted using E.164 standard. For example, `+16135551111`. * [presentmentTitle](/docs/api/admin-graphql/2024-10/scalars/String): String - The presentment title of the local delivery option. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String - The title of the local delivery option. ## Input objects with this input object * [SubscriptionDeliveryMethodLocalDeliveryInput](/docs/api/admin-graphql/2024-10/input-objects/SubscriptionDeliveryMethodLocalDeliveryInput) ## Examples