Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VoiceOfMerchantState

import type { VoiceOfMerchantState } from "https://googleapis.deno.dev/v1/mybusinessverifications:v1.ts";

Response message for VoiceOfMerchant.GetVoiceOfMerchantState.

interface VoiceOfMerchantState {
complyWithGuidelines?: ComplyWithGuidelines;
hasBusinessAuthority?: boolean;
hasVoiceOfMerchant?: boolean;
resolveOwnershipConflict?: ResolveOwnershipConflict;
verify?: Verify;
waitForVoiceOfMerchant?: WaitForVoiceOfMerchant;
}

§Properties

§
complyWithGuidelines?: ComplyWithGuidelines
[src]

The location fails to comply with our guidelines and requires additional steps for reinstatement. To fix this issue, consult the Help Center Article.

§
hasBusinessAuthority?: boolean
[src]

Indicates whether the location has the authority (ownership) over the business on Google. If true, another location cannot take over and become the dominant listing on Maps. However, edits will not become live unless Voice of Merchant is gained (i.e. has_voice_of_merchant is true).

§
hasVoiceOfMerchant?: boolean
[src]

Indicates whether the location is in good standing and has control over the business on Google. Any edits made to the location will propagate to Maps after passing the review phase.

§
resolveOwnershipConflict?: ResolveOwnershipConflict
[src]

This location duplicates another location that is in good standing. If you have access to the location in good standing, use that location's id to perform operations. Otherwise, request access from the current owner.

§
verify?: Verify
[src]

Start or continue the verification process.

§
waitForVoiceOfMerchant?: WaitForVoiceOfMerchant
[src]

Wait to gain Voice of Merchant. The location is under review for quality purposes.