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