WebApiModulesHomeControlsInvoiceOrderInvoiceOrder constructor

WebApiModulesHomeControlsInvoiceOrderInvoiceOrder({
  1. String? orderInvoiceId,
  2. String? orderNumber,
  3. String? orderDescription,
  4. String? orderNumberAndDescription,
  5. String? referenceNumber,
  6. String? location,
  7. String? orderLocation,
  8. String? officeLocation,
  9. String? department,
  10. String? agentId,
  11. String? agent,
  12. String? agentEmail,
  13. String? agentPhoneAndExtension,
  14. String? agentPhone,
  15. String? agentExtension,
  16. String? agentFax,
  17. String? projectManagerId,
  18. String? projectManager,
  19. String? projectManagerEmail,
  20. String? projectManagerPhoneAndExtension,
  21. String? projectManagerPhone,
  22. String? projectManagerExtension,
  23. String? projectManagerFax,
  24. String? estimatedStartDate,
  25. String? estimatedStopDate,
  26. String? estimatedStartTime,
  27. String? estimatedStopTime,
  28. String? billingStartDate,
  29. String? billingEndDate,
  30. String? billingStopDate,
  31. String? usageStartDate,
  32. String? usageStopDate,
  33. String? poNumber,
  34. String? purchaseOrderNumber,
  35. String? orderId,
  36. String? flatPoId,
  37. bool? excludeFromFlatPO,
  38. bool? billableFlat,
  39. String? invoiceId,
  40. double? summaryInvoiceOrderBy,
  41. double? rentalSubTotal,
  42. double? laborSubTotal,
  43. double? nonRentalSubTotal,
  44. double? orderInvoiceSubTotal,
  45. double? orderInvoiceTax,
  46. double? orderInvoiceTotal,
  47. String? currencyId,
  48. String? currencyCode,
  49. String? currencySymbol,
  50. String? currency,
  51. String? orderBy,
  52. String? customerId,
  53. String? customer,
  54. String? customerNumber,
  55. String? customerEmail,
  56. String? dealId,
  57. String? deal,
  58. String? dealNumber,
  59. String? dealAndDealNumber,
  60. String? dealEmail,
  61. String? paymentTerms,
  62. bool? hasRecurring,
  63. String? auditNote,
  64. String? recordTitle,
  65. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  66. List<FwStandardDataFwCustomValue>? custom,
  67. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  68. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsInvoiceOrderInvoiceOrder({
  this.orderInvoiceId,
  this.orderNumber,
  this.orderDescription,
  this.orderNumberAndDescription,
  this.referenceNumber,
  this.location,
  this.orderLocation,
  this.officeLocation,
  this.department,
  this.agentId,
  this.agent,
  this.agentEmail,
  this.agentPhoneAndExtension,
  this.agentPhone,
  this.agentExtension,
  this.agentFax,
  this.projectManagerId,
  this.projectManager,
  this.projectManagerEmail,
  this.projectManagerPhoneAndExtension,
  this.projectManagerPhone,
  this.projectManagerExtension,
  this.projectManagerFax,
  this.estimatedStartDate,
  this.estimatedStopDate,
  this.estimatedStartTime,
  this.estimatedStopTime,
  this.billingStartDate,
  this.billingEndDate,
  this.billingStopDate,
  this.usageStartDate,
  this.usageStopDate,
  this.poNumber,
  this.purchaseOrderNumber,
  this.orderId,
  this.flatPoId,
  this.excludeFromFlatPO,
  this.billableFlat,
  this.invoiceId,
  this.summaryInvoiceOrderBy,
  this.rentalSubTotal,
  this.laborSubTotal,
  this.nonRentalSubTotal,
  this.orderInvoiceSubTotal,
  this.orderInvoiceTax,
  this.orderInvoiceTotal,
  this.currencyId,
  this.currencyCode,
  this.currencySymbol,
  this.currency,
  this.orderBy,
  this.customerId,
  this.customer,
  this.customerNumber,
  this.customerEmail,
  this.dealId,
  this.deal,
  this.dealNumber,
  this.dealAndDealNumber,
  this.dealEmail,
  this.paymentTerms,
  this.hasRecurring,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});