ENUM

SupplyType

Nature of what an invoice covers. SERVICE = services only (e.g. training), GOODS = goods only, SERVICE_AND_GOODS = both on the same invoice. According to European VAT rules, anything that is not goods is considered a service.

link GraphQL Schema definition

  • enum SupplyType {
  • GOODS
  • SERVICE
  • SERVICE_AND_GOODS
  • }