GraphQL ENUM
SubscriptionDeliveryOptionEnum
link Definition
- enum SubscriptionDeliveryOptionEnum {
- # Unknown delivery option.
- # Execute delivery on initial purchase and subscription billing events.
- # Execute delivery on initial purchase and copy result on subscription billing
- # events.
- # Execute delivery on initial purchase only.
- # Execute delivery on subscription billing events only.
- }