The "customers" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($customerId, $optParams=array()) |
| Gets a customer resource if one exists and is owned by the reseller.
|
|
| insert (Google_Service_Reseller_Customer $postBody, $optParams=array()) |
| Creates a customer resource if one does not already exist.
|
|
| patch ($customerId, Google_Service_Reseller_Customer $postBody, $optParams=array()) |
| Update a customer resource if one it exists and is owned by the reseller.
|
|
| update ($customerId, Google_Service_Reseller_Customer $postBody, $optParams=array()) |
| Update a customer resource if one it exists and is owned by the reseller.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "customers" collection of methods.
Typical usage is: $resellerService = new Google_Service_Reseller(...); $customers = $resellerService->customers;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ get()
Google_Service_Reseller_Customers_Resource::get |
( |
| $customerId, |
|
|
| $optParams = array() ) |
Gets a customer resource if one exists and is owned by the reseller.
(customers.get)
- Parameters
-
string | $customerId | Id of the Customer |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Creates a customer resource if one does not already exist.
(customers.insert)
- Parameters
-
Google_Customer | $postBody | |
array | $optParams | Optional parameters. |
@opt_param string customerAuthToken An auth token needed for inserting a customer for which domain already exists. Can be generated at https://www.google.com/a/cpanel//TransferToken. Optional.
- Return values
-
◆ patch()
Update a customer resource if one it exists and is owned by the reseller.
This method supports patch semantics. (customers.patch)
- Parameters
-
string | $customerId | Id of the Customer |
Google_Customer | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Update a customer resource if one it exists and is owned by the reseller.
(customers.update)
- Parameters
-
string | $customerId | Id of the Customer |
Google_Customer | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Reseller.php