customerType property

String? customerType
getter/setter pair

Identifies the type of the customer.

Acceptable values include: * domain: Implies a domain-verified customer (default). * team: Implies an email-verified customer. For more information, see managed teams. Possible string values are:

  • "customerTypeUnspecified" : Customer type not known
  • "domain" : Domained or domain-owning customers
  • "team" : Domainless or email-verified customers

Implementation

core.String? customerType;