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.
- •OBJECT
The delivery option for a subscription contract.
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