InvoicePreview constructor
const
InvoicePreview({
- required String docType,
- required String invoiceDate,
- required String taxScheme,
- required String taxCountry,
- required String priceMode,
- required InvoiceTotals totals,
- String? dueDate,
- String? customerId,
- String? taxSchemeReason,
- String? reverseChargeReason,
- String language = 'de',
- String? brandId,
- String? brandName,
- EInvoiceStatus? einvoice,
Implementation
const InvoicePreview({
required this.docType,
required this.invoiceDate,
required this.taxScheme,
required this.taxCountry,
required this.priceMode,
required this.totals,
this.dueDate,
this.customerId,
this.taxSchemeReason,
this.reverseChargeReason,
this.language = 'de',
this.brandId,
this.brandName,
this.einvoice,
});