WebApiModulesWarehouseCheckOutStorageContainerGrid constructor
WebApiModulesWarehouseCheckOutStorageContainerGrid({
- int? storageContainerId,
- int? storageContainerItemId,
- String? description,
- String? pickUpLocation,
- String? storageContainerBarcode,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesWarehouseCheckOutStorageContainerGrid({
this.storageContainerId,
this.storageContainerItemId,
this.description,
this.pickUpLocation,
this.storageContainerBarcode,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});