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

GoogleMapsAddressvalidationV1AddressMetadata

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

The metadata for the address. metadata is not guaranteed to be fully populated for every address sent to the Address Validation API.

interface GoogleMapsAddressvalidationV1AddressMetadata {
business?: boolean;
poBox?: boolean;
residential?: boolean;
}

§Properties

§
business?: boolean
[src]

Indicates that this is the address of a business. If unset, indicates that the value is unknown.

§
poBox?: boolean
[src]

Indicates that the address of a PO box. If unset, indicates that the value is unknown.

§
residential?: boolean
[src]

Indicates that this is the address of a residence. If unset, indicates that the value is unknown.