WebApiModulesBillingInvoiceCreditInvoiceRequest constructor

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

Implementation

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