Mayson Monorepo Documentation
    Preparing search index...
    interface Rendering {
        amount_tax_display: string;
        pdf: Stripe.Invoice.Rendering.Pdf;
        template: string;
        template_version: number;
    }
    Index

    Properties

    amount_tax_display: string

    How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.

    Invoice pdf rendering options

    template: string

    ID of the rendering template that the invoice is formatted by.

    template_version: number

    Version of the rendering template that the invoice is using.