InvoicesBatch constructor
InvoicesBatch({
- int invoicingYear = 0,
- int invoicingMonth = 0,
- String? fileRef,
- String? batchRef,
- String? ioFederationCode,
- int? uniqueSendNumber,
- InvoiceSender? sender,
- int? numericalRef,
- List<
EfactInvoice> invoices = const [],
Returns a new InvoicesBatch instance.
Implementation
InvoicesBatch({
this.invoicingYear = 0,
this.invoicingMonth = 0,
this.fileRef,
this.batchRef,
this.ioFederationCode,
this.uniqueSendNumber,
this.sender,
this.numericalRef,
this.invoices = const [],
});