Mayson Monorepo Documentation
    Preparing search index...
    interface AutomaticTax {
        disabled_reason: "requires_location_inputs";
        enabled: boolean;
        liability: Stripe.Subscription.AutomaticTax.Liability;
    }
    Index

    Properties

    disabled_reason: "requires_location_inputs"

    If Stripe disabled automatic tax, this enum describes why.

    enabled: boolean

    Whether Stripe automatically computes tax on this subscription.

    The account that's liable for tax. If set, the business address and tax registrations required to perform the tax calculation are loaded from this account. The tax transaction is returned in the report of the connected account.