Resource: CustomerClient
A link between the given customer and a client customer. CustomerClients only exist for manager customers. All direct and indirect client customers are included, as well as the manager itself.
JSON representation | |
---|---|
{ "resourceName": string, "appliedLabels": [ string ], "clientCustomer": string, "hidden": boolean, "level": string, "timeZone": string, "testAccount": boolean, "manager": boolean, "descriptiveName": string, "currencyCode": string, "id": string } |
Fields | |
---|---|
resourceName |
Output only. The resource name of the customer client. CustomerClient resource names have the form: |
appliedLabels[] |
Output only. The resource names of the labels owned by the requesting customer that are applied to the client customer. Label resource names have the form:
|
clientCustomer |
Output only. The resource name of the client-customer which is linked to the given customer. Read only. |
level |
Output only. Distance between given customer and client. For self link, the level value will be 0. Read only. |
timeZone |
Output only. Common Locale Data Repository (CLDR) string representation of the time zone of the client, e.g. America/Los_Angeles. Read only. |
testAccount |
Output only. Identifies if the client is a test account. Read only. |
manager |
Output only. Identifies if the client is a manager. Read only. |
descriptiveName |
Output only. Descriptive name for the client. Read only. |
currencyCode |
Output only. Currency code (e.g. 'USD', 'EUR') for the client. Read only. |
id |
Output only. The ID of the client customer. Read only. |
Methods |
|
---|---|
|
Returns the requested client in full detail. |