Mayson Monorepo Documentation
    Preparing search index...
    interface AdditionalAddress {
        city?: string;
        country?: string;
        line1?: string;
        line2?: string;
        postal_code?: string;
        purpose: "registered";
        state?: string;
        town?: string;
    }
    Index

    Properties

    city?: string

    City, district, suburb, town, or village.

    country?: string

    Two-letter country code (ISO 3166-1 alpha-2).

    line1?: string

    Address line 1 (e.g., street, PO Box, or company name).

    line2?: string

    Address line 2 (e.g., apartment, suite, unit, or building).

    postal_code?: string

    ZIP or postal code.

    purpose: "registered"

    Purpose of additional address.

    state?: string

    State, county, province, or region.

    town?: string

    Town or district.