WebApiModulesSettingsWarehouseConsignmentSettingsWarehouseConsignmentSettings constructor

const WebApiModulesSettingsWarehouseConsignmentSettingsWarehouseConsignmentSettings({
  1. String? warehouseId,
  2. String? warehouse,
  3. String? warehouseCode,
  4. bool? availabilityExcludeConsigned,
  5. bool? availabilityRequireConsignedReserved,
  6. String? dateStamp,
  7. String? auditNote,
  8. String? recordTitle,
  9. dynamic urlIdentifier,
  10. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  11. List<FwStandardDataFwCustomValue>? custom,
  12. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  13. FwStandardBusinessLogicFwBusinessLogic? original,
  14. List<FwStandardDataFwTranslatedValue>? translation,
  15. bool? hasImport,
  16. String? createdByUserId,
  17. String? createdByUserName,
  18. String? createdDateTime,
  19. String? modifiedByUserId,
  20. String? modifiedByUserName,
  21. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsWarehouseConsignmentSettingsWarehouseConsignmentSettings({
  this.warehouseId,
  this.warehouse,
  this.warehouseCode,
  this.availabilityExcludeConsigned,
  this.availabilityRequireConsignedReserved,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});