ENUM

BillMode

A type of bill.

link GraphQL Schema definition

  • enum BillMode {
  • # Invoice
  • INVOICE
  • # Statement
  • STATEMENT
  • }