ENUM

SalesInvoiceType

link GraphQL Schema definition

  • enum SalesInvoiceType {
  • # Invoice
  • INVOICE
  • # Recharge Invoice
  • RECHARGE_INVOICE
  • # Credit Note
  • CREDIT_NOTE
  • # Proforma
  • PROFORMA
  • }