Class Google_Service_Reseller_Customers_Resource
The "customers" collection of methods. Typical usage is:
$resellerService = new Google_Service_Reseller(...);
$customers = $resellerService->customers;
-
Google_Service_Resource
-
Google_Service_Reseller_Customers_Resource
Located at Reseller.php
Methods summary
public
Google_Service_Reseller_Customer
|
#
get( string $customerId, array $optParams = array() )
Get a customer account. (customers.get)
Get a customer account. (customers.get)
Parameters
- $customerId
- Either the customer's primary domain name or the customer's unique identifier.
If using the domain name, we do not recommend using a customerId as a key for
persistent data. If the domain name for a customerId is changed, the Google
system automatically updates.
- $optParams
- Optional parameters.
Returns
|
public
Google_Service_Reseller_Customer
|
#
insert( Google_Service_Reseller_Customer $postBody, array $optParams = array() )
Order a new customer's account. (customers.insert)
Order a new customer's account. (customers.insert)
Parameters
- $postBody
- $optParams
- Optional parameters.
Returns
Opt_param
string customerAuthToken The customerAuthToken query string is required when
creating a resold account that transfers a direct customer's subscription or
transfers another reseller customer's subscription to your reseller management.
This is a hexadecimal authentication token needed to complete the subscription
transfer. For more information, see the administrator help center.
|
public
Google_Service_Reseller_Customer
|
#
patch( string $customerId, Google_Service_Reseller_Customer $postBody, array $optParams = array() )
Update a customer account's settings. This method supports patch semantics.
(customers.patch)
Update a customer account's settings. This method supports patch semantics.
(customers.patch)
Parameters
- $customerId
- Either the customer's primary domain name or the customer's unique identifier.
If using the domain name, we do not recommend using a customerId as a key for
persistent data. If the domain name for a customerId is changed, the Google
system automatically updates.
- $postBody
- $optParams
- Optional parameters.
Returns
|
public
Google_Service_Reseller_Customer
|
#
update( string $customerId, Google_Service_Reseller_Customer $postBody, array $optParams = array() )
Update a customer account's settings. (customers.update)
Update a customer account's settings. (customers.update)
Parameters
- $customerId
- Either the customer's primary domain name or the customer's unique identifier.
If using the domain name, we do not recommend using a customerId as a key for
persistent data. If the domain name for a customerId is changed, the Google
system automatically updates.
- $postBody
- $optParams
- Optional parameters.
Returns
|