WebApiModulesWarehouseOrderStatusStorageContainerItemsGrid constructor
WebApiModulesWarehouseOrderStatusStorageContainerItemsGrid({
- int? storageContainerItemId,
- String? iCode,
- String? stagedBarcode,
- int? quantityOrdered,
- int? staged,
- String? orderBy,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});