Lines Matching refs:merchantId

42    * @param string $merchantId Required. The ID of the account.
49 …public function activate($merchantId, $regionCode, ActivateBuyOnGoogleProgramRequest $postBody, $o… argument
51 $params = ['merchantId' => $merchantId, 'regionCode' => $regionCode, 'postBody' => $postBody];
59 * @param string $merchantId Required. The ID of the account.
66 public function get($merchantId, $regionCode, $optParams = []) argument
68 $params = ['merchantId' => $merchantId, 'regionCode' => $regionCode];
80 * @param string $merchantId Required. The ID of the account.
87 …public function onboard($merchantId, $regionCode, OnboardBuyOnGoogleProgramRequest $postBody, $opt… argument
89 $params = ['merchantId' => $merchantId, 'regionCode' => $regionCode, 'postBody' => $postBody];
97 * @param string $merchantId Required. The ID of the account.
109 …public function patch($merchantId, $regionCode, BuyOnGoogleProgramStatus $postBody, $optParams = [… argument
111 $params = ['merchantId' => $merchantId, 'regionCode' => $regionCode, 'postBody' => $postBody];
119 * @param string $merchantId Required. The ID of the account.
126 …public function pause($merchantId, $regionCode, PauseBuyOnGoogleProgramRequest $postBody, $optPara… argument
128 $params = ['merchantId' => $merchantId, 'regionCode' => $regionCode, 'postBody' => $postBody];
138 * @param string $merchantId Required. The ID of the account.
145 …public function requestreview($merchantId, $regionCode, RequestReviewBuyOnGoogleProgramRequest $po… argument
147 $params = ['merchantId' => $merchantId, 'regionCode' => $regionCode, 'postBody' => $postBody];