WebApiModulesHomeControlsReceiptInvoiceReceiptInvoice constructor

WebApiModulesHomeControlsReceiptInvoiceReceiptInvoice({
  1. String? invoiceReceiptId,
  2. String? invoiceId,
  3. String? invoiceNumber,
  4. String? invoiceDate,
  5. String? description,
  6. String? status,
  7. String? orderId,
  8. String? orderNumber,
  9. String? dealId,
  10. String? deal,
  11. double? total,
  12. bool? receiptId,
  13. String? invoiceType,
  14. double? applied,
  15. double? amount,
  16. double? due,
  17. String? customerId,
  18. String? customer,
  19. String? officeLocationId,
  20. String? departmentId,
  21. String? currencyId,
  22. String? currencyCode,
  23. String? currencySymbol,
  24. String? auditNote,
  25. String? recordTitle,
  26. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  27. List<FwStandardDataFwCustomValue>? custom,
  28. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  29. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsReceiptInvoiceReceiptInvoice({
  this.invoiceReceiptId,
  this.invoiceId,
  this.invoiceNumber,
  this.invoiceDate,
  this.description,
  this.status,
  this.orderId,
  this.orderNumber,
  this.dealId,
  this.deal,
  this.total,
  this.receiptId,
  this.invoiceType,
  this.applied,
  this.amount,
  this.due,
  this.customerId,
  this.customer,
  this.officeLocationId,
  this.departmentId,
  this.currencyId,
  this.currencyCode,
  this.currencySymbol,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});