SessionRenderingOptions constructor

const SessionRenderingOptions({
  1. SessionAmountTaxDisplay? amountTaxDisplay,
})

rendering_options_param

Default options for invoice PDF rendering for this customer.

Implementation

const SessionRenderingOptions({this.amountTaxDisplay});