Mayson Monorepo Documentation
    Preparing search index...
    interface Defaults {
        provider: Stripe.Tax.Settings.Defaults.Provider;
        tax_behavior: Stripe.Tax.Settings.Defaults.TaxBehavior;
        tax_code: string;
    }
    Index

    Properties

    The tax calculation provider this account uses. Defaults to stripe when not using a third-party provider.

    Default tax behavior used to specify whether the price is considered inclusive of taxes or exclusive of taxes. If the item's price has a tax behavior set, it will take precedence over the default tax behavior.

    tax_code: string

    Default tax code used to classify your products and prices.