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

AddressInfo

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

Address information for the user.

interface AddressInfo {
familyName?: string;
givenName?: string;
postalCode?: string;
regionCode?: string;
}

§Properties

§
familyName?: string
[src]

Required. Family (last) name of the user, all lowercase, with no punctuation, no leading or trailing whitespace, and hashed as SHA-256.

§
givenName?: string
[src]

Required. Given (first) name of the user, all lowercase, with no punctuation, no leading or trailing whitespace, and hashed as SHA-256.

§
postalCode?: string
[src]

Required. The postal code of the user's address.

§
regionCode?: string
[src]

Required. The 2-letter region code in ISO-3166-1 alpha-2 of the user's address.