Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VerifyLocationRequest

import type { VerifyLocationRequest } from "https://googleapis.deno.dev/v1/mybusinessverifications:v1.ts";

Request message for Verifications.VerifyLocation.

interface VerifyLocationRequest {
emailAddress?: string;
languageCode?: string;
mailerContact?: string;
method?:
| "VERIFICATION_METHOD_UNSPECIFIED"
| "ADDRESS"
| "EMAIL"
| "PHONE_CALL"
| "SMS"
| "AUTO"
| "VETTED_PARTNER";
phoneNumber?: string;
}

§Properties

§

Optional. Extra context information for the verification of service businesses. It is only required for the locations whose business type is CUSTOMER_LOCATION_ONLY. For ADDRESS verification, the address will be used to send out postcard. For other methods, it should be the same as the one that is passed to GetVerificationOptions. INVALID_ARGUMENT will be thrown if it is set for other types of business locations.

§
emailAddress?: string
[src]

Optional. The input for EMAIL method. Email address where the PIN should be sent to. An email address is accepted only if it is one of the addresses provided by FetchVerificationOptions. If the EmailVerificationData has is_user_name_editable set to true, the client may specify a different user name (local-part) but must match the domain name.

§
languageCode?: string
[src]

Optional. The BCP 47 language code representing the language that is to be used for the verification process.

§
mailerContact?: string
[src]

Optional. The input for ADDRESS method. Contact name the mail should be sent to.

§
method?: "VERIFICATION_METHOD_UNSPECIFIED" | "ADDRESS" | "EMAIL" | "PHONE_CALL" | "SMS" | "AUTO" | "VETTED_PARTNER"
[src]

Required. Verification method.

§
phoneNumber?: string
[src]

Optional. The input for PHONE_CALL/SMS method The phone number that should be called or be sent SMS to. It must be one of the phone numbers in the eligible options.

§

Optional. The input for VETTED_PARTNER method available to select partners. The input is not needed for a vetted account. Token that is associated to the location. Token that is associated to the location.