SubscriptionDeliveryOption
Requires the or
scope.
The delivery option for a subscription contract.
Anchor to Possible typesPossible types
- •OBJECT
A local delivery option for a subscription contract.
- code•String!non-null
The code of the local delivery option.
- description•String
The description of the local delivery option.
- phone
Required •Boolean!non-null Whether a phone number is required for the local delivery option.
- presentment
Title •String The presentment title of the local delivery option.
- price•Money
V2 The price of the local delivery option.
- title•String!non-null
The title of the local delivery option.
- code•
- •OBJECT
A pickup option to deliver a subscription contract.
- code•String!non-null
The code of the pickup option.
- description•String
The description of the pickup option.
- location•Location!non-null
The pickup location.
- phone
Required •Boolean!non-null Whether a phone number is required for the pickup option.
- pickup
Time •String!non-null The estimated amount of time it takes for the pickup to be ready. For example, "Usually ready in 24 hours".).
- presentment
Title •String The presentment title of the pickup option.
- price•Money
V2 The price of the pickup option.
- title•String!non-null
The title of the pickup option.
- code•
- •OBJECT
A shipping option to deliver a subscription contract.
- code•String!non-null
The code of the shipping option.
- description•String
The description of the shipping option.
- phone
Required •Boolean If a phone number is required for the shipping option.
- presentment
Title •String The presentment title of the shipping option.
- price•Money
V2 The price of the shipping option.
- title•String!non-null
The title of the shipping option.
- carrier
Service •DeliveryDeprecatedCarrier Service The carrier service that's providing this shipping option. This field isn't currently supported and returns null. This field has never been implemented.
- code•
Anchor to Fields with this unionFields with this union
- Anchor to SubscriptionDeliveryOptionResultSuccess.deliveryOptionsSubscription•
Delivery Option Result Success.delivery Options OBJECT The available delivery options.