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

    Properties

    Specifies the default tax behavior to be used when the item's price has unspecified tax behavior. One of inclusive, exclusive, or inferred_by_currency. Once specified, it cannot be changed back to null.

    tax_code?: string

    A tax code ID.