InvoiceCreateOptionsRendering constructor

const InvoiceCreateOptionsRendering({
  1. SessionAmountTaxDisplay? amountTaxDisplay,
  2. InvoicePdf? pdf,
})

rendering_param

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

Implementation

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