Lines Matching refs:accountId

64    * @param string $accountId The ID of the account whose website is claimed.
73 public function claimwebsite($merchantId, $accountId, $optParams = []) argument
75 $params = ['merchantId' => $merchantId, 'accountId' => $accountId];
99 * @param string $accountId The ID of the account.
105 public function delete($merchantId, $accountId, $optParams = []) argument
107 $params = ['merchantId' => $merchantId, 'accountId' => $accountId];
117 * @param string $accountId The ID of the account.
124 public function get($merchantId, $accountId, $optParams = []) argument
126 $params = ['merchantId' => $merchantId, 'accountId' => $accountId];
152 * @param string $accountId The ID of the account that should be linked.
157 public function link($merchantId, $accountId, AccountsLinkRequest $postBody, $optParams = []) argument
159 $params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody];
195 * @param string $accountId The ID of the account for which to list links.
205 public function listlinks($merchantId, $accountId, $optParams = []) argument
207 $params = ['merchantId' => $merchantId, 'accountId' => $accountId];
218 * @param string $accountId Required. The ID of the account.
223 …public function requestphoneverification($merchantId, $accountId, RequestPhoneVerificationRequest … argument
225 $params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody];
236 * @param string $accountId The ID of the account.
241 public function update($merchantId, $accountId, Account $postBody, $optParams = []) argument
243 $params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody];
252 * @param string $accountId The ID of the account whose labels are updated.
257 …public function updatelabels($merchantId, $accountId, AccountsUpdateLabelsRequest $postBody, $optP… argument
259 $params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody];
272 * @param string $accountId Required. The ID of the account.
277 …public function verifyphonenumber($merchantId, $accountId, VerifyPhoneNumberRequest $postBody, $op… argument
279 $params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody];