Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 953 Bytes

File metadata and controls

31 lines (19 loc) · 953 Bytes

StartGoogleBusinessVerificationRequest

Properties

Name Type Description Notes
method MethodEnum The verification method. Selects which method-specific field below is required.
languageCode String [optional]
phoneNumber String For PHONE_CALL / SMS. [optional]
emailAddress String For EMAIL. [optional]
mailerContact Object For ADDRESS (postcard) verification. [optional]
context Object ServiceBusinessContext (e.g. service address). Required for service-area businesses. [optional]

Enum: MethodEnum

Name Value
ADDRESS "ADDRESS"
EMAIL "EMAIL"
PHONE_CALL "PHONE_CALL"
SMS "SMS"
AUTO "AUTO"
VETTED_PARTNER "VETTED_PARTNER"