Mayson Monorepo Documentation
    Preparing search index...
    interface RenderingOptions {
        amount_tax_display?: Emptyable<
            Stripe.PaymentLinkCreateParams.InvoiceCreation.InvoiceData.RenderingOptions.AmountTaxDisplay,
        >;
        template?: string;
    }
    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.

    template?: string

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