InvoiceCreateOptionsRendering constructor
const
InvoiceCreateOptionsRendering({
- SessionAmountTaxDisplay? amountTaxDisplay,
- 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,
});