Items constructor
Items({})
Implementation
Items({
this.id,
this.description,
this.scheduledDate,
this.invoiceId,
this.customerRef,
this.total,
this.taxes,
this.clientShare,
this.commission,
this.numberOfInstallments,
this.installment,
});