ENUM

AccountType

Description

Account type.

link GraphQL Schema definition

  • enum AccountType {
  • # Poc account type.
  • POC
  • # Revenue account type.
  • REVENUE
  • # Unspecified account type.
  • TYPE_UNSPECIFIED
  • }