WebApiModulesWarehouseOrderStatusStorageContainerItemsGrid constructor

WebApiModulesWarehouseOrderStatusStorageContainerItemsGrid({
  1. int? storageContainerItemId,
  2. String? iCode,
  3. String? stagedBarcode,
  4. int? quantityOrdered,
  5. int? staged,
  6. String? orderBy,
  7. String? auditNote,
  8. String? recordTitle,
  9. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  10. List<FwStandardDataFwCustomValue>? custom,
  11. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  12. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesWarehouseOrderStatusStorageContainerItemsGrid({
  this.storageContainerItemId,
  this.iCode,
  this.stagedBarcode,
  this.quantityOrdered,
  this.staged,
  this.orderBy,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});