PhysicalAddress: {
    country: string;
    formatted?: string;
    locality: string;
    postalCode?: string;
    region?: string;
    streetAddress?: string;
}

The address of a physical location.

Type declaration

  • country: string

    The country name component.

  • Optional formatted?: string

    The full mailing address formatted for display.

  • locality: string

    The city or locality.

  • Optional postalCode?: string

    The zip or postal code.

  • Optional region?: string

    The state or region.

  • Optional streetAddress?: string

    The street address including house number, street name, P.O. Box, apartment or unit number and extended multi-line address information.