Anchor to SubscriptionDeliveryOptionResultSubscription
SubscriptionDeliveryOptionResult
union
Requires the or
scope.
The result of the query to fetch delivery options for the subscription contract.
Anchor to Possible typesPossible types
- •OBJECT
A failure to find the available delivery options for a subscription contract.
- message•String
The reason for the failure.
- message•
- •OBJECT
The delivery option for a subscription contract.
- delivery
Options •[Subscriptionnon-nullDelivery Option!]! The available delivery options.
- delivery
Was this section helpful?
Anchor to Fields with this unionFields with this union
- •OBJECT
The available delivery options for a given delivery address. Returns
null
for pending requests.
Was this section helpful?
union SubscriptionDeliveryOptionResult = SubscriptionDeliveryOptionResultFailure | SubscriptionDeliveryOptionResultSuccess