WebApiModulesAgentOrderStatusSummaryOrderStatusSummary constructor

const WebApiModulesAgentOrderStatusSummaryOrderStatusSummary({
  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? warehouseInQuantity,
  32. double? inQuantityFilter,
  33. String? inQuantityColor,
  34. bool? isSuspendIn,
  35. double? returnedQuantity,
  36. double? activityQuantity,
  37. double? subActivityQuantity,
  38. double? quantityReceived,
  39. double? quantityReturned,
  40. double? notYetStagedQuantity,
  41. bool? tooManyStagedOut,
  42. double? notYetStagedQuantityFilter,
  43. double? stillOutQuantity,
  44. String? stillOutQuantityColor,
  45. String? itemOrder,
  46. String? itemClass,
  47. String? recType,
  48. String? isReturn,
  49. String? poOrderId,
  50. String? poMasteritemId,
  51. String? recTypeDisplay,
  52. String? recTypeColor,
  53. String? optionColor,
  54. bool? bold,
  55. bool? hasPoItem,
  56. String? vendorId,
  57. String? vendor,
  58. String? consignorId,
  59. String? consignor,
  60. String? vendorConsignorId,
  61. String? vendorConsignor,
  62. String? notes,
  63. String? manufacturerPartNumber,
  64. String? orderBy,
  65. bool? isWardrobe,
  66. bool? isProps,
  67. double? unitCost,
  68. double? stagedOutExtendedCost,
  69. double? unitPrice,
  70. double? stagedOutExtendedPrice,
  71. int? nestingLevel,
  72. String? auditNote,
  73. String? recordTitle,
  74. dynamic urlIdentifier,
  75. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  76. List<FwStandardDataFwCustomValue>? custom,
  77. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  78. FwStandardBusinessLogicFwBusinessLogic? original,
  79. List<FwStandardDataFwTranslatedValue>? translation,
  80. bool? hasImport,
  81. bool? hasDocuments,
  82. String? createdByUserId,
  83. String? createdByUserName,
  84. String? createdDateTime,
  85. String? modifiedByUserId,
  86. String? modifiedByUserName,
  87. String? modifiedDateTime,
})

Implementation

const WebApiModulesAgentOrderStatusSummaryOrderStatusSummary({
  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.warehouseInQuantity,
  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.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});