WebApiModulesHomeControlsOrderStatusSummaryOrderStatusSummary constructor

WebApiModulesHomeControlsOrderStatusSummaryOrderStatusSummary({
  1. String? orderId,
  2. String? iCode,
  3. String? iCodeDisplay,
  4. String? iCodeColor,
  5. String? inventoryTypeId,
  6. String? categoryId,
  7. String? subCategoryId,
  8. String? description,
  9. String? descriptionColor,
  10. String? inventoryId,
  11. String? orderItemId,
  12. String? nestedOrderItemId,
  13. String? parentId,
  14. String? outWarehouseId,
  15. String? outWarehouseCode,
  16. String? outWarehouse,
  17. String? inWarehouseId,
  18. String? inWarehouseCode,
  19. String? inWarehouse,
  20. double? quantityOrdered,
  21. String? quantityOrderedColor,
  22. double? subQuantity,
  23. double? stagedQuantity,
  24. double? stagedQuantityFilter,
  25. String? stagedQuantityColor,
  26. double? outQuantity,
  27. double? outQuantityfilter,
  28. String? outQuantityColor,
  29. bool? isSuspendOut,
  30. double? inQuantity,
  31. double? inQuantityFilter,
  32. String? inQuantityColor,
  33. bool? isSuspendIn,
  34. double? returnedQuantity,
  35. double? activityQuantity,
  36. double? subActivityQuantity,
  37. double? quantityReceived,
  38. double? quantityReturned,
  39. double? notYetStagedQuantity,
  40. bool? tooManyStagedOut,
  41. double? notYetStagedQuantityFilter,
  42. double? stillOutQuantity,
  43. String? stillOutQuantityColor,
  44. String? itemOrder,
  45. String? itemClass,
  46. String? recType,
  47. String? isReturn,
  48. String? poOrderId,
  49. String? poMasteritemId,
  50. String? recTypeDisplay,
  51. String? recTypeColor,
  52. String? optionColor,
  53. bool? bold,
  54. bool? hasPoItem,
  55. String? vendorId,
  56. String? vendor,
  57. String? consignorId,
  58. String? consignor,
  59. String? vendorConsignorId,
  60. String? vendorConsignor,
  61. String? notes,
  62. String? manufacturerPartNumber,
  63. String? orderBy,
  64. bool? isWardrobe,
  65. bool? isProps,
  66. double? unitCost,
  67. double? stagedOutExtendedCost,
  68. double? unitPrice,
  69. double? stagedOutExtendedPrice,
  70. int? nestingLevel,
  71. String? auditNote,
  72. String? recordTitle,
  73. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  74. List<FwStandardDataFwCustomValue>? custom,
  75. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  76. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsOrderStatusSummaryOrderStatusSummary({
  this.orderId,
  this.iCode,
  this.iCodeDisplay,
  this.iCodeColor,
  this.inventoryTypeId,
  this.categoryId,
  this.subCategoryId,
  this.description,
  this.descriptionColor,
  this.inventoryId,
  this.orderItemId,
  this.nestedOrderItemId,
  this.parentId,
  this.outWarehouseId,
  this.outWarehouseCode,
  this.outWarehouse,
  this.inWarehouseId,
  this.inWarehouseCode,
  this.inWarehouse,
  this.quantityOrdered,
  this.quantityOrderedColor,
  this.subQuantity,
  this.stagedQuantity,
  this.stagedQuantityFilter,
  this.stagedQuantityColor,
  this.outQuantity,
  this.outQuantityfilter,
  this.outQuantityColor,
  this.isSuspendOut,
  this.inQuantity,
  this.inQuantityFilter,
  this.inQuantityColor,
  this.isSuspendIn,
  this.returnedQuantity,
  this.activityQuantity,
  this.subActivityQuantity,
  this.quantityReceived,
  this.quantityReturned,
  this.notYetStagedQuantity,
  this.tooManyStagedOut,
  this.notYetStagedQuantityFilter,
  this.stillOutQuantity,
  this.stillOutQuantityColor,
  this.itemOrder,
  this.itemClass,
  this.recType,
  this.isReturn,
  this.poOrderId,
  this.poMasteritemId,
  this.recTypeDisplay,
  this.recTypeColor,
  this.optionColor,
  this.bold,
  this.hasPoItem,
  this.vendorId,
  this.vendor,
  this.consignorId,
  this.consignor,
  this.vendorConsignorId,
  this.vendorConsignor,
  this.notes,
  this.manufacturerPartNumber,
  this.orderBy,
  this.isWardrobe,
  this.isProps,
  this.unitCost,
  this.stagedOutExtendedCost,
  this.unitPrice,
  this.stagedOutExtendedPrice,
  this.nestingLevel,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});