WebApiModulesHomeControlsReceiptInvoiceReceiptInvoice constructor

const WebApiModulesHomeControlsReceiptInvoiceReceiptInvoice({
  1. int? 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. double? fee,
  13. double? totalWithFee,
  14. bool? receiptId,
  15. String? invoiceType,
  16. double? applied,
  17. double? amount,
  18. double? due,
  19. String? customerId,
  20. String? customer,
  21. String? officeLocationId,
  22. String? departmentId,
  23. String? currencyId,
  24. String? currencyCode,
  25. String? currencySymbol,
  26. String? auditNote,
  27. String? recordTitle,
  28. dynamic urlIdentifier,
  29. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  30. List<FwStandardDataFwCustomValue>? custom,
  31. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  32. FwStandardBusinessLogicFwBusinessLogic? original,
  33. List<FwStandardDataFwTranslatedValue>? translation,
  34. bool? hasImport,
  35. String? createdByUserId,
  36. String? createdByUserName,
  37. String? createdDateTime,
  38. String? modifiedByUserId,
  39. String? modifiedByUserName,
  40. String? modifiedDateTime,
})

Implementation

const WebApiModulesHomeControlsReceiptInvoiceReceiptInvoice({
  this.invoiceReceiptId,
  this.invoiceId,
  this.invoiceNumber,
  this.invoiceDate,
  this.description,
  this.status,
  this.orderId,
  this.orderNumber,
  this.dealId,
  this.deal,
  this.total,
  this.fee,
  this.totalWithFee,
  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.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});