Mayson Monorepo Documentation
    Preparing search index...
    interface AutomaticTax {
        enabled: boolean;
        liability: Stripe.Quote.AutomaticTax.Liability;
        provider: string;
        status: Stripe.Quote.AutomaticTax.Status;
    }
    Index

    Properties

    enabled: boolean

    Automatically calculate taxes

    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.

    provider: string

    The tax provider powering automatic tax.

    The status of the most recent automated tax calculation for this quote.