MonoCloud Management SDK
    Preparing search index...

    Interface HttpUserAddressRequest

    HttpUserAddressRequest

    interface HttpUserAddressRequest {
        country?: string | null;
        formatted?: string | null;
        locality?: string | null;
        postal_code?: string | null;
        region?: string | null;
        street_address?: string | null;
    }
    Index

    Properties

    country?: string | null

    The name of the country associated with the address.

    HttpUserAddressRequest

    formatted?: string | null

    Single string combining various components of the address, such as street address, locality, region, postal code, and country.

    HttpUserAddressRequest

    locality?: string | null

    The city or town of the address.

    HttpUserAddressRequest

    postal_code?: string | null

    Postal code of the address.

    HttpUserAddressRequest

    region?: string | null

    The state, province, or administrative region associated with the address.

    HttpUserAddressRequest

    street_address?: string | null

    The street part of the address, typically including house/building number and street name.

    HttpUserAddressRequest