Lines Matching refs:merchantId

61    * @param string $merchantId The ID of the managing account. If this parameter
73 public function claimwebsite($merchantId, $accountId, $optParams = []) argument
75 $params = ['merchantId' => $merchantId, 'accountId' => $accountId];
96 * @param string $merchantId The ID of the managing account. This must be a
105 public function delete($merchantId, $accountId, $optParams = []) argument
107 $params = ['merchantId' => $merchantId, 'accountId' => $accountId];
114 * @param string $merchantId The ID of the managing account. If this parameter
124 public function get($merchantId, $accountId, $optParams = []) argument
126 $params = ['merchantId' => $merchantId, 'accountId' => $accountId];
133 * @param string $merchantId The ID of the managing account. This must be a
139 public function insert($merchantId, Account $postBody, $optParams = []) argument
141 $params = ['merchantId' => $merchantId, 'postBody' => $postBody];
149 * @param string $merchantId The ID of the managing account. If this parameter
157 public function link($merchantId, $accountId, AccountsLinkRequest $postBody, $optParams = []) argument
159 $params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody];
167 * @param string $merchantId The ID of the managing account. This must be a
182 public function listAccounts($merchantId, $optParams = []) argument
184 $params = ['merchantId' => $merchantId];
192 * @param string $merchantId The ID of the managing account. If this parameter
205 public function listlinks($merchantId, $accountId, $optParams = []) argument
207 $params = ['merchantId' => $merchantId, 'accountId' => $accountId];
215 * @param string $merchantId Required. The ID of the managing account. If this
223 …public function requestphoneverification($merchantId, $accountId, RequestPhoneVerificationRequest … argument
225 $params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody];
233 * @param string $merchantId The ID of the managing account. If this parameter
241 public function update($merchantId, $accountId, Account $postBody, $optParams = []) argument
243 $params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody];
251 * @param string $merchantId The ID of the managing account.
257 …public function updatelabels($merchantId, $accountId, AccountsUpdateLabelsRequest $postBody, $optP… argument
259 $params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody];
269 * @param string $merchantId Required. The ID of the managing account. If this
277 …public function verifyphonenumber($merchantId, $accountId, VerifyPhoneNumberRequest $postBody, $op… argument
279 $params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody];