InvoiceRendering constructor

const InvoiceRendering({
  1. String? amountTaxDisplay,
  2. InvoiceRenderingPdf? pdf,
})

The rendering-related settings that control how the invoice is displayed on customer-facing surfaces such as PDF and Hosted Invoice Page.

Implementation

const InvoiceRendering({
  this.amountTaxDisplay,
  this.pdf,
});