WebApiModulesBillingInvoiceCreditInvoiceRequest constructor

WebApiModulesBillingInvoiceCreditInvoiceRequest({
  1. String? invoiceId,
  2. double? percent,
  3. double? amount,
  4. bool? allocate,
  5. double? usageDays,
  6. String? notes,
  7. bool? taxOnly,
  8. DateTime? creditFromDate,
  9. DateTime? creditToDate,
  10. String? creditMethod,
  11. bool? adjustCost,
})

Implementation

WebApiModulesBillingInvoiceCreditInvoiceRequest({
  this.invoiceId,
  this.percent,
  this.amount,
  this.allocate,
  this.usageDays,
  this.notes,
  this.taxOnly,
  this.creditFromDate,
  this.creditToDate,
  this.creditMethod,
  this.adjustCost,
});