customerType property

String? customerType
getter/setter pair

CustomerType indicates verification type needed for using services. Possible string values are:

  • "CUSTOMER_TYPE_UNSPECIFIED" : Not used.
  • "DOMAIN" : Domain-owning customer which needs domain verification to use services.
  • "TEAM" : Team customer which needs email verification to use services.

Implementation

core.String? customerType;