Home
last modified time | relevance | path

Searched refs:Google_Customer (Results 1 – 1 of 1) sorted by relevance

/plugin/authgoogle/google/contrib/
DGoogle_ResellerService.php32 * @return Google_Customer
39 return new Google_Customer($data);
47 * @param Google_Customer $postBody
51 * @return Google_Customer
53 public function insert(Google_Customer $postBody, $optParams = array()) {
58 return new Google_Customer($data);
68 * @param Google_Customer $postBody
70 * @return Google_Customer
72 public function patch($customerId, Google_Customer $postBody, $optParams = array()) {
77 return new Google_Customer($data);
[all …]