WebApiModulesHomeControlsInventorySubstituteInventorySubstitute constructor

WebApiModulesHomeControlsInventorySubstituteInventorySubstitute({
  1. String? inventorySubstituteId,
  2. String? inventoryId,
  3. String? substituteInventoryId,
  4. String? iCode,
  5. String? description,
  6. String? manufacturerId,
  7. String? manufacturer,
  8. double? rate,
  9. String? dateStamp,
  10. String? auditNote,
  11. String? recordTitle,
  12. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  13. List<FwStandardDataFwCustomValue>? custom,
  14. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  15. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsInventorySubstituteInventorySubstitute({
  this.inventorySubstituteId,
  this.inventoryId,
  this.substituteInventoryId,
  this.iCode,
  this.description,
  this.manufacturerId,
  this.manufacturer,
  this.rate,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});