Lines Matching refs:customerId

30      * @param string $customerId Id of the Customer
34 public function get($customerId, $optParams = array()) { argument
35 $params = array('customerId' => $customerId);
67 * @param string $customerId Id of the Customer
72 public function patch($customerId, Google_Customer $postBody, $optParams = array()) { argument
73 $params = array('customerId' => $customerId, 'postBody' => $postBody);
85 * @param string $customerId Id of the Customer
90 public function update($customerId, Google_Customer $postBody, $optParams = array()) { argument
91 $params = array('customerId' => $customerId, 'postBody' => $postBody);
115 * @param string $customerId Id of the Customer
121 …public function changePlan($customerId, $subscriptionId, Google_ChangePlanRequest $postBody, $optP… argument
122 …$params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $p…
134 * @param string $customerId Id of the Customer
140 …public function changeRenewalSettings($customerId, $subscriptionId, Google_RenewalSettings $postBo… argument
141 …$params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $p…
153 * @param string $customerId Id of the Customer
159 …public function changeSeats($customerId, $subscriptionId, Google_Seats $postBody, $optParams = arr… argument
160 …$params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $p…
172 * @param string $customerId Id of the Customer
177 public function delete($customerId, $subscriptionId, $deletionType, $optParams = array()) { argument
178 …$params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'deletionType' =…
186 * @param string $customerId Id of the Customer
191 public function get($customerId, $subscriptionId, $optParams = array()) { argument
192 $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId);
204 * @param string $customerId Id of the Customer
211 public function insert($customerId, Google_Subscription $postBody, $optParams = array()) { argument
212 $params = array('customerId' => $customerId, 'postBody' => $postBody);
247 * @param string $customerId Id of the Customer
252 public function startPaidService($customerId, $subscriptionId, $optParams = array()) { argument
253 $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId);
409 public $customerId; variable in Google_Customer
428 public function setCustomerId( $customerId) { argument
429 $this->customerId = $customerId;
432 return $this->customerId;
503 public $customerId; variable in Google_Subscription
531 public function setCustomerId( $customerId) { argument
532 $this->customerId = $customerId;
535 return $this->customerId;