Class VoiceOfMerchantState
Response message for VoiceOfMerchant.GetVoiceOfMerchantState.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessVerifications.v1.Data
Assembly: Google.Apis.MyBusinessVerifications.v1.dll
Syntax
public class VoiceOfMerchantState : IDirectResponseSchema
Properties
ComplyWithGuidelines
The location fails to comply with our guidelines and requires additional steps for reinstatement. To fix this issue, consult the Help Center Article.
Declaration
[JsonProperty("complyWithGuidelines")]
public virtual ComplyWithGuidelines ComplyWithGuidelines { get; set; }
Property Value
Type | Description |
---|---|
ComplyWithGuidelines |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HasBusinessAuthority
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).
Declaration
[JsonProperty("hasBusinessAuthority")]
public virtual bool? HasBusinessAuthority { get; set; }
Property Value
Type | Description |
---|---|
bool? |
HasVoiceOfMerchant
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.
Declaration
[JsonProperty("hasVoiceOfMerchant")]
public virtual bool? HasVoiceOfMerchant { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ResolveOwnershipConflict
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.
Declaration
[JsonProperty("resolveOwnershipConflict")]
public virtual ResolveOwnershipConflict ResolveOwnershipConflict { get; set; }
Property Value
Type | Description |
---|---|
ResolveOwnershipConflict |
Verify
Start or continue the verification process.
Declaration
[JsonProperty("verify")]
public virtual Verify Verify { get; set; }
Property Value
Type | Description |
---|---|
Verify |
WaitForVoiceOfMerchant
Wait to gain Voice of Merchant. The location is under review for quality purposes.
Declaration
[JsonProperty("waitForVoiceOfMerchant")]
public virtual WaitForVoiceOfMerchant WaitForVoiceOfMerchant { get; set; }
Property Value
Type | Description |
---|---|
WaitForVoiceOfMerchant |