Mayson Monorepo Documentation
    Preparing search index...
    interface Rendering {
        amount_tax_display?: Emptyable<
            Stripe.InvoiceCreateParams.Rendering.AmountTaxDisplay,
        >;
        pdf?: Stripe.InvoiceCreateParams.Rendering.Pdf;
        template?: string;
        template_version?: Emptyable<number>;
    }
    Index

    Properties

    How line-item prices and amounts will be displayed with respect to tax on invoice PDFs. One of exclude_tax or include_inclusive_tax. include_inclusive_tax will include inclusive tax (and exclude exclusive tax) in invoice PDF amounts. exclude_tax will exclude all tax (inclusive and exclusive alike) from invoice PDF amounts.

    Invoice pdf rendering options

    template?: string

    ID of the invoice rendering template to use for this invoice.

    template_version?: Emptyable<number>

    The specific version of invoice rendering template to use for this invoice.