Mayson Monorepo Documentation
    Preparing search index...

    The Address object.

    interface Address {
        city: string;
        country: string;
        line1: string;
        line2: string;
        postal_code: string;
        state: string;
    }
    Index

    Properties

    city: string

    City/District/Suburb/Town/Village.

    country: string

    2-letter country code.

    line1: string

    Address line 1 (Street address/PO Box/Company name).

    line2: string

    Address line 2 (Apartment/Suite/Unit/Building).

    postal_code: string

    ZIP or postal code.

    state: string

    State/County/Province/Region.