Lines Matching refs:postBody

47      * @param Google_Customer $postBody
53 public function insert(Google_Customer $postBody, $optParams = array()) { argument
54 $params = array('postBody' => $postBody);
68 * @param Google_Customer $postBody
72 public function patch($customerId, Google_Customer $postBody, $optParams = array()) { argument
73 $params = array('customerId' => $customerId, 'postBody' => $postBody);
86 * @param Google_Customer $postBody
90 public function update($customerId, Google_Customer $postBody, $optParams = array()) { argument
91 $params = array('customerId' => $customerId, 'postBody' => $postBody);
117 * @param Google_ChangePlanRequest $postBody
121 …public function changePlan($customerId, $subscriptionId, Google_ChangePlanRequest $postBody, $optP… argument
122 …= array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBody);
136 * @param Google_RenewalSettings $postBody
140 …geRenewalSettings($customerId, $subscriptionId, Google_RenewalSettings $postBody, $optParams = arr… argument
141 …= array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBody);
155 * @param Google_Seats $postBody
159 …public function changeSeats($customerId, $subscriptionId, Google_Seats $postBody, $optParams = arr… argument
160 …= array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBody);
205 * @param Google_Subscription $postBody
211 public function insert($customerId, Google_Subscription $postBody, $optParams = array()) { argument
212 $params = array('customerId' => $customerId, 'postBody' => $postBody);