google_api_reseller v0.0.1 GoogleApi.Reseller.V1.Model.Customer View Source

JSON template for a customer.

Attributes

  • 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. This property is required when creating a new customer and should not use the same domain as customerDomain. Defaults to: null.
  • customerDomain (String): The customer's primary domain name string. customerDomain is required when creating a new customer. Do not include the www prefix in the domain when adding a customer. Defaults to: null.
  • customerDomainVerified (Boolean): Whether the customer's primary domain has been verified. Defaults to: null.
  • customerId (String): This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google. Defaults to: null.
  • kind (String): Identifies the resource as a customer. Value: reseller#customer Defaults to: null.
  • phoneNumber (String): Customer contact phone number. This can be continuous numbers, with spaces, etc. But it must be a real phone number and not, for example, "123". See phone local format conventions. Defaults to: null.
  • postalAddress (Address): A customer's address information. Each field has a limit of 255 charcters. Defaults to: null.
  • resourceUiUrl (String): URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console. Defaults to: null.