Location
import type { Location } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";
Describes a location of an end user.
interface Location {
postalCode?: string;
regionCode?: string;
}import type { Location } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";
Describes a location of an end user.