WebApiModulesWarehouseCheckOutStorageContainerGrid constructor

WebApiModulesWarehouseCheckOutStorageContainerGrid({
  1. int? storageContainerId,
  2. int? storageContainerItemId,
  3. String? description,
  4. String? pickUpLocation,
  5. String? storageContainerBarcode,
  6. String? auditNote,
  7. String? recordTitle,
  8. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  9. List<FwStandardDataFwCustomValue>? custom,
  10. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  11. 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,
});