Class VerificationOption
The verification option represents how to verify the location (indicated by verification method) and where the verification will be sent to (indicated by display data).
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessVerifications.v1.Data
Assembly: Google.Apis.MyBusinessVerifications.v1.dll
Syntax
public class VerificationOption : IDirectResponseSchema
Properties
AddressData
Set only if the method is MAIL.
Declaration
[JsonProperty("addressData")]
public virtual AddressVerificationData AddressData { get; set; }
Property Value
Type | Description |
---|---|
AddressVerificationData |
Announcement
Set only if the method is VETTED_PARTNER.
Declaration
[JsonProperty("announcement")]
public virtual string Announcement { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EmailData
Set only if the method is EMAIL.
Declaration
[JsonProperty("emailData")]
public virtual EmailVerificationData EmailData { get; set; }
Property Value
Type | Description |
---|---|
EmailVerificationData |
PhoneNumber
Set only if the method is PHONE_CALL or SMS. Phone number that the PIN will be sent to.
Declaration
[JsonProperty("phoneNumber")]
public virtual string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
VerificationMethod
Method to verify the location.
Declaration
[JsonProperty("verificationMethod")]
public virtual string VerificationMethod { get; set; }
Property Value
Type | Description |
---|---|
string |