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

GoogleCloudRecaptchaenterpriseV1TransactionDataAddress

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

Structured address format for billing and shipping addresses.

interface GoogleCloudRecaptchaenterpriseV1TransactionDataAddress {
address?: string[];
administrativeArea?: string;
locality?: string;
postalCode?: string;
recipient?: string;
regionCode?: string;
}

§Properties

§
address?: string[]
[src]

Optional. The first lines of the address. The first line generally contains the street name and number, and further lines may include information such as an apartment number.

§
administrativeArea?: string
[src]

Optional. The state, province, or otherwise administrative area of the address.

§
locality?: string
[src]

Optional. The town/city of the address.

§
postalCode?: string
[src]

Optional. The postal or ZIP code of the address.

§
recipient?: string
[src]

Optional. The recipient name, potentially including information such as "care of".

§
regionCode?: string
[src]

Optional. The CLDR country/region of the address.