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

GoogleCloudPaymentsResellerSubscriptionV1Location

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

Describes a location of an end user.

interface GoogleCloudPaymentsResellerSubscriptionV1Location {
postalCode?: string;
regionCode?: string;
}

§Properties

§
postalCode?: string
[src]

The postal code this location refers to. Ex. "94043"

§
regionCode?: string
[src]

2-letter ISO region code for current content region. Ex. “US” Please refers to: https://en.wikipedia.org/wiki/ISO_3166-1