Lines Matching refs:customerId

42    * @param string $customerId This can be either the customer's primary domain
56 public function activate($customerId, $subscriptionId, $optParams = []) argument
58 $params = ['customerId' => $customerId, 'subscriptionId' => $subscriptionId];
71 * @param string $customerId This can be either the customer's primary domain
86 …public function changePlan($customerId, $subscriptionId, ChangePlanRequest $postBody, $optParams =… argument
88 …$params = ['customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBo…
99 * @param string $customerId This can be either the customer's primary domain
114 …public function changeRenewalSettings($customerId, $subscriptionId, RenewalSettings $postBody, $op… argument
116 …$params = ['customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBo…
127 * @param string $customerId This can be either the customer's primary domain
142 public function changeSeats($customerId, $subscriptionId, Seats $postBody, $optParams = []) argument
144 …$params = ['customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBo…
152 * @param string $customerId This can be either the customer's primary domain
167 public function delete($customerId, $subscriptionId, $deletionType, $optParams = []) argument
169 …$params = ['customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'deletionType' => $de…
181 * @param string $customerId This can be either the customer's primary domain
195 public function get($customerId, $subscriptionId, $optParams = []) argument
197 $params = ['customerId' => $customerId, 'subscriptionId' => $subscriptionId];
216 * @param string $customerId This can be either the customer's primary domain
232 public function insert($customerId, Subscription $postBody, $optParams = []) argument
234 $params = ['customerId' => $customerId, 'postBody' => $postBody];
286 * @param string $customerId This can be either the customer's primary domain
300 public function startPaidService($customerId, $subscriptionId, $optParams = []) argument
302 $params = ['customerId' => $customerId, 'subscriptionId' => $subscriptionId];
318 * @param string $customerId This can be either the customer's primary domain
332 public function suspend($customerId, $subscriptionId, $optParams = []) argument
334 $params = ['customerId' => $customerId, 'subscriptionId' => $subscriptionId];