WebApiModulesHomeControlsInventorySubstituteInventorySubstitute constructor
WebApiModulesHomeControlsInventorySubstituteInventorySubstitute({
- String? inventorySubstituteId,
- String? inventoryId,
- String? substituteInventoryId,
- String? iCode,
- String? description,
- String? manufacturerId,
- String? manufacturer,
- double? rate,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});