Lines Matching refs:subscriptionId

116      * @param string $subscriptionId Id of the subscription, which is unique for a customer
121 …public function changePlan($customerId, $subscriptionId, Google_ChangePlanRequest $postBody, $optP… argument
122 …$params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $p…
135 * @param string $subscriptionId Id of the subscription, which is unique for a customer
140 …public function changeRenewalSettings($customerId, $subscriptionId, Google_RenewalSettings $postBo… argument
141 …$params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $p…
154 * @param string $subscriptionId Id of the subscription, which is unique for a customer
159 …public function changeSeats($customerId, $subscriptionId, Google_Seats $postBody, $optParams = arr… argument
160 …$params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $p…
173 * @param string $subscriptionId Id of the subscription, which is unique for a customer
177 public function delete($customerId, $subscriptionId, $deletionType, $optParams = array()) { argument
178 …$params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'deletionType' =…
187 * @param string $subscriptionId Id of the subscription, which is unique for a customer
191 public function get($customerId, $subscriptionId, $optParams = array()) { argument
192 $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId);
248 * @param string $subscriptionId Id of the subscription, which is unique for a customer
252 public function startPaidService($customerId, $subscriptionId, $optParams = array()) { argument
253 $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId);
518 public $subscriptionId; variable in Google_Subscription
585 public function setSubscriptionId( $subscriptionId) { argument
586 $this->subscriptionId = $subscriptionId;
589 return $this->subscriptionId;