Overview

Classes

  • Google_Service_Reseller
  • Google_Service_Reseller_Address
  • Google_Service_Reseller_ChangePlanRequest
  • Google_Service_Reseller_Customer
  • Google_Service_Reseller_Customers_Resource
  • Google_Service_Reseller_RenewalSettings
  • Google_Service_Reseller_Resellernotify_Resource
  • Google_Service_Reseller_ResellernotifyGetwatchdetailsResponse
  • Google_Service_Reseller_ResellernotifyResource
  • Google_Service_Reseller_Seats
  • Google_Service_Reseller_Subscription
  • Google_Service_Reseller_SubscriptionPlan
  • Google_Service_Reseller_SubscriptionPlanCommitmentInterval
  • Google_Service_Reseller_Subscriptions
  • Google_Service_Reseller_Subscriptions_Resource
  • Google_Service_Reseller_SubscriptionTransferInfo
  • Google_Service_Reseller_SubscriptionTrialSettings
  • Overview
  • Class
  • Tree

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
Extended by 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

Google_Service_Reseller_Customer
Google_Service_Reseller_Customer
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

Google_Service_Reseller_Customer
Google_Service_Reseller_Customer

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

Google_Service_Reseller_Customer
Google_Service_Reseller_Customer
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

Google_Service_Reseller_Customer
Google_Service_Reseller_Customer
© 2020 Google Inc.
Enterprise Apps Reseller API documentation generated by ApiGen 2.8.0