Mayson Monorepo Documentation
    Preparing search index...

    You can use Tax Settings to manage configurations used by Stripe Tax calculations.

    Related guide: Using the Settings API

    interface Settings {
        object: "tax.settings";
        defaults: Stripe.Tax.Settings.Defaults;
        head_office: Stripe.Tax.Settings.HeadOffice;
        livemode: boolean;
        status: Stripe.Tax.Settings.Status;
        status_details: Stripe.Tax.Settings.StatusDetails;
    }
    Index

    Properties

    object: "tax.settings"

    String representing the object's type. Objects of the same type share the same value.

    The place where your business is located.

    livemode: boolean

    Has the value true if the object exists in live mode or the value false if the object exists in test mode.

    The status of the Tax Settings.