ENUM

OrderCreationNotificationEnum

The notification to be sent when an order is created

link GraphQL Schema definition

  • enum OrderCreationNotificationEnum {
  • # Notify the order information via Email
  • EMAIL
  • # Notify the order information via SMS
  • SMS
  • }