Mayson Monorepo Documentation
    Preparing search index...
    interface AutomaticTax {
        enabled: boolean;
        liability?: Stripe.InvoiceCreateParams.AutomaticTax.Liability;
    }
    Index

    Properties

    Properties

    enabled: boolean

    Whether Stripe automatically computes tax on this invoice. Note that incompatible invoice items (invoice items with manually specified tax rates, negative amounts, or tax_behavior=unspecified) cannot be added to automatic tax invoices.

    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.