Lines Matching refs:Customer
20 use Google\Service\Reseller\Customer; alias
45 * @return Customer
51 return $this->call('get', [$params], Customer::class);
70 * @param Customer $postBody
79 * @return Customer
81 public function insert(Customer $postBody, $optParams = [])
85 return $this->call('insert', [$params], Customer::class);
99 * @param Customer $postBody
101 * @return Customer
103 public function patch($customerId, Customer $postBody, $optParams = [])
107 return $this->call('patch', [$params], Customer::class);
121 * @param Customer $postBody
123 * @return Customer
125 public function update($customerId, Customer $postBody, $optParams = [])
129 return $this->call('update', [$params], Customer::class);