late 0.0.276

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# StartGoogleBusinessVerificationRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**method** | **Method** | The verification method. Selects which method-specific field below is required. (enum: ADDRESS, EMAIL, PHONE_CALL, SMS, AUTO, VETTED_PARTNER) | 
**language_code** | Option<**String**> |  | [optional]
**phone_number** | Option<**String**> | For PHONE_CALL / SMS. | [optional]
**email_address** | Option<**String**> | For EMAIL. | [optional]
**mailer_contact** | Option<**serde_json::Value**> | For ADDRESS (postcard) verification. | [optional]
**context** | Option<**serde_json::Value**> | ServiceBusinessContext (e.g. service address). Required for service-area businesses. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)