ENUM

TaxApplication

Whether a Tax is applied as a percentage of the Service charge, or as a flat rate.

link GraphQL Schema definition

  • enum TaxApplication {
  • # A flat rate charge, regardless of the service charge
  • FLAT
  • # A percentage of the service charge
  • PERCENTAGE
  • }