VoiceOfMerchantState class

Response message for VoiceOfMerchant.GetVoiceOfMerchantState.

Constructors

VoiceOfMerchantState({ComplyWithGuidelines? complyWithGuidelines, bool? hasBusinessAuthority, bool? hasVoiceOfMerchant, ResolveOwnershipConflict? resolveOwnershipConflict, Verify? verify, WaitForVoiceOfMerchant? waitForVoiceOfMerchant})
VoiceOfMerchantState.fromJson(Map json_)

Properties

complyWithGuidelines ComplyWithGuidelines?
The location fails to comply with our guidelines and requires additional steps for reinstatement.
getter/setter pair
hasBusinessAuthority bool?
Indicates whether the location has the authority (ownership) over the business on Google.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasVoiceOfMerchant bool?
Indicates whether the location is in good standing and has control over the business on Google.
getter/setter pair
resolveOwnershipConflict ResolveOwnershipConflict?
This location duplicates another location that is in good standing.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verify Verify?
Start or continue the verification process.
getter/setter pair
waitForVoiceOfMerchant WaitForVoiceOfMerchant?
Wait to gain Voice of Merchant.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited