# SubscriptionShippingOption - customer - OBJECT Version: 2024-10 ## Description A shipping option to deliver a subscription contract. ### Access Scopes ## Fields * [code](/docs/api/customer/2024-10/scalars/String): String! - The code of the shipping option. * [description](/docs/api/customer/2024-10/scalars/String): String - The description of the shipping option. * [phoneRequired](/docs/api/customer/2024-10/scalars/Boolean): Boolean! - Whether a phone number is required for the shipping option. * [presentmentTitle](/docs/api/customer/2024-10/scalars/String): String - The presentment title of the shipping option. * [price](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The price of the shipping option. * [title](/docs/api/customer/2024-10/scalars/String): String! - The title of the shipping option. ## Connections ## Related queries ## Related mutations ## Related Unions * [SubscriptionDeliveryOption](/docs/api/customer/2024-10/unions/SubscriptionDeliveryOption) The delivery option for a subscription contract. ## Examples