GraphQL ENUM

SubscriptionDeliveryOptionEnum

link Definition

  • enum SubscriptionDeliveryOptionEnum {
  • # Unknown delivery option.
  • UNKNOWN
  • # Execute delivery on initial purchase and subscription billing events.
  • EXECUTE_ALWAYS
  • # Execute delivery on initial purchase and copy result on subscription billing
  • # events.
  • EXECUTE_ON_INITIAL_PURCHASE_AND_COPY_ON_REBILLINGS
  • # Execute delivery on initial purchase only.
  • ON_INITIAL_PURCHASE_ONLY
  • # Execute delivery on subscription billing events only.
  • ON_REBILLINGS_ONLY
  • }