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

AddressVerificationData

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

Display data for verifications through postcard.

interface AddressVerificationData {
address?: PostalAddress;
business?: string;
expectedDeliveryDaysRegion?: number;
}

§Properties

§

Address that a postcard can be sent to.

§
business?: string
[src]

Merchant's business name.

§
expectedDeliveryDaysRegion?: number
[src]

Expected number of days it takes to deliver a postcard to the address's region.