Customer class

When a Google customer's account is registered with a reseller, the customer's subscriptions for Google services are managed by this reseller.

A customer is described by a primary domain name and a physical address.

Constructors

Customer({String? alternateEmail, String? customerDomain, bool? customerDomainVerified, String? customerId, String? customerType, String? kind, String? phoneNumber, Address? postalAddress, PrimaryAdmin? primaryAdmin, String? resourceUiUrl})
Customer.fromJson(Map json_)

Properties

alternateEmail String?
Like the "Customer email" in the reseller tools, this email is the secondary contact used if something happens to the customer's service such as service outage or a security issue.
getter/setter pair
customerDomain String?
The customer's primary domain name string.
getter/setter pair
customerDomainVerified bool?
Whether the customer's primary domain has been verified.
getter/setter pair
customerId String?
This property will always be returned in a response as the unique identifier generated by Google.
getter/setter pair
customerType String?
Identifies the type of the customer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
Identifies the resource as a customer.
getter/setter pair
phoneNumber String?
Customer contact phone number.
getter/setter pair
postalAddress Address?
A customer's address information.
getter/setter pair
primaryAdmin PrimaryAdmin?
The first admin details of the customer, present in case of TEAM customer.
getter/setter pair
resourceUiUrl String?
URL to customer's Admin console dashboard.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited