Mayson Monorepo Documentation
    Preparing search index...
    interface Jurisdiction {
        country: string;
        display_name: string;
        level: Stripe.Tax.Calculation.ShippingCost.TaxBreakdown.Jurisdiction.Level;
        state: string;
    }
    Index

    Properties

    country: string

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

    display_name: string

    A human-readable name for the jurisdiction imposing the tax.

    Indicates the level of the jurisdiction imposing the tax.

    state: string

    ISO 3166-2 subdivision code, without country prefix. For example, "NY" for New York, United States.