Locations
class Locations extends Resource (View source)
The "locations" collection of methods.
Typical usage is:
$mybusinessverificationsService = new Google\Service\MyBusinessVerifications(...);
$locations = $mybusinessverificationsService->locations;
Methods
fetchVerificationOptions(string $location, FetchVerificationOptionsRequest $postBody, array $optParams = [])
Reports all eligible verification options for a location in a specific language. (locations.fetchVerificationOptions)
getVoiceOfMerchantState(string $name, array $optParams = [])
Gets the VoiceOfMerchant state. (locations.getVoiceOfMerchantState)
verify(string $name, VerifyLocationRequest $postBody, array $optParams = [])
Starts the verification process for a location. (locations.verify)
Details
FetchVerificationOptionsResponse
fetchVerificationOptions(string $location, FetchVerificationOptionsRequest $postBody, array $optParams = [])
Reports all eligible verification options for a location in a specific language. (locations.fetchVerificationOptions)
VoiceOfMerchantState
getVoiceOfMerchantState(string $name, array $optParams = [])
Gets the VoiceOfMerchant state. (locations.getVoiceOfMerchantState)
VerifyLocationResponse
verify(string $name, VerifyLocationRequest $postBody, array $optParams = [])
Starts the verification process for a location. (locations.verify)