Lines Matching refs:accountId

61    * @param string $accountId The ID of the account for which to get or update LIA
66 public function get($merchantId, $accountId, $optParams = []) argument
68 $params = ['merchantId' => $merchantId, 'accountId' => $accountId];
79 * @param string $accountId The ID of the account for which to retrieve
84 public function getaccessiblegmbaccounts($merchantId, $accountId, $optParams = []) argument
86 $params = ['merchantId' => $merchantId, 'accountId' => $accountId];
129 * @param string $accountId The ID of the account for which Business Profile
135 public function requestgmbaccess($merchantId, $accountId, $gmbEmail, $optParams = []) argument
137 $params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'gmbEmail' => $gmbEmail];
148 * @param string $accountId The ID of the account that manages the order. This
155 public function requestinventoryverification($merchantId, $accountId, $country, $optParams = []) argument
157 $params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'country' => $country];
168 * @param string $accountId The ID of the account that manages the order. This
179 …public function setinventoryverificationcontact($merchantId, $accountId, $country, $language, $con… argument
181 …$params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'country' => $country, 'languag…
192 * @param string $accountId The ID of the account for which to retrieve
203 public function setposdataprovider($merchantId, $accountId, $country, $optParams = []) argument
205 $params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'country' => $country];
216 * @param string $accountId The ID of the account for which to get or update LIA
222 public function update($merchantId, $accountId, LiaSettingsModel $postBody, $optParams = []) argument
224 $params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody];