ENUM

AccountTypeEnum

A type of account.

link GraphQL Schema definition

  • enum AccountTypeEnum {
  • # A commercial account
  • COMMERCIAL
  • # A residential account
  • RESIDENTIAL
  • # A government account
  • GOVERNMENT
  • # An industrial account
  • INDUSTRIAL
  • # A senior citizen account
  • SENIOR_CITIZEN
  • }