ENUM

ServiceApplication

Whether or not this Service is applied as a Debit or creates a Discount.

link GraphQL Schema definition

  • enum ServiceApplication {
  • # A credit/discount
  • CREDIT
  • # A debit/charge
  • DEBIT
  • }

link Require by