EfactInvoice constructor
EfactInvoice({
- PatientDto? patient,
- String? ioCode,
- List<
InvoiceItem> items = const [], - EfactInvoiceReasonEnum? reason,
- String? invoiceRef,
- int? invoiceNumber,
- required bool ignorePrescriptionDate,
- required bool hospitalisedPatient,
- required bool creditNote,
Returns a new EfactInvoice instance.
Implementation
EfactInvoice({
this.patient,
this.ioCode,
this.items = const [],
this.reason,
this.invoiceRef,
this.invoiceNumber,
required this.ignorePrescriptionDate,
required this.hospitalisedPatient,
required this.creditNote,
this.relatedInvoiceIoCode,
this.relatedInvoiceNumber,
this.relatedBatchSendNumber,
this.relatedBatchYearMonth,
});