Skip to main content
Anchor to SubscriptionDeliveryOptionsResult

SubscriptionDeliveryOptionsResult

union

The result of the query that fetches delivery options for the subscription contract.

•OBJECT

A failed result indicating unavailability of delivery options for the subscription contract.

•String

The reason for the failure.

•OBJECT

A successful result containing the available delivery options for the subscription contract.

•[SubscriptionDeliveryOption!]!
non-null

The available delivery options.

•String!
non-null

The token associated with the successful result of delivery options.


Was this section helpful?