InvoiceRenderingOptions constructor

const InvoiceRenderingOptions({
  1. String? amountTaxDisplay,
})

This is a legacy field that will be removed soon. For details about `rendering_options`, refer to `rendering` instead. Options for invoice PDF rendering.

Implementation

const InvoiceRenderingOptions({this.amountTaxDisplay});