Resource: Customer
JSON representation |
---|
{
"id": string,
"customerDomain": string,
"kind": string,
"etag": string,
"alternateEmail": string,
"customerCreationTime": string,
"postalAddress": {
object ( |
Fields | |
---|---|
id |
The unique ID for the customer's Google Workspace account. (Readonly) |
customerDomain |
The customer's primary domain name string. Do not include the |
kind |
Identifies the resource as a customer. Value: |
etag |
ETag of the resource. |
alternateEmail |
The customer's secondary contact email address. This email address cannot be on the same domain as the |
customerCreationTime |
The customer's creation time (Readonly) |
postalAddress |
The customer's postal address information. |
phoneNumber |
The customer's contact phone number in E.164 format. |
language |
The customer's ISO 639-2 language code. See the Language Codes page for the list of supported codes. Valid language codes outside the supported set will be accepted by the API but may lead to unexpected behavior. The default value is |
CustomerPostalAddress
JSON representation |
---|
{ "countryCode": string, "addressLine2": string, "region": string, "addressLine3": string, "locality": string, "postalCode": string, "addressLine1": string, "organizationName": string, "contactName": string } |
Fields | |
---|---|
countryCode |
This is a required property. For |
addressLine2 |
Address line 2 of the address. |
region |
Name of the region. An example of a region value is |
addressLine3 |
Address line 3 of the address. |
locality |
Name of the locality. An example of a locality value is the city of |
postalCode |
The postal code. A postalCode example is a postal zip code such as |
addressLine1 |
A customer's physical address. The address can be composed of one to three lines. |
organizationName |
The company or company division name. |
contactName |
The customer contact's name. |
Methods |
|
---|---|
|
Retrieves a customer. |
|
Patches a customer. |
|
Updates a customer. |