InvoiceByHcPartyCodeDateFilter constructor

InvoiceByHcPartyCodeDateFilter({
  1. String? desc,
  2. String? healthcarePartyId,
  3. String? code,
  4. int? startInvoiceDate,
  5. int? endInvoiceDate,
})

Implementation

InvoiceByHcPartyCodeDateFilter({this.desc, this.healthcarePartyId, this.code, this.startInvoiceDate, this.endInvoiceDate});