WebApiModulesHomeControlsInventoryPrepInventoryPrep constructor

WebApiModulesHomeControlsInventoryPrepInventoryPrep({
  1. String? inventoryPrepId,
  2. String? inventoryId,
  3. String? iCode,
  4. String? description,
  5. String? prepRateId,
  6. String? prepICode,
  7. String? prepDescription,
  8. String? prepUnit,
  9. String? prepUnitType,
  10. bool? isDefault,
  11. double? prepRate,
  12. String? prepTime,
  13. double? prepExtended,
  14. double? qtyOrdered,
  15. double? price,
  16. bool? orderId,
  17. bool? masteritemId,
  18. String? dateStamp,
  19. String? auditNote,
  20. String? recordTitle,
  21. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  22. List<FwStandardDataFwCustomValue>? custom,
  23. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  24. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsInventoryPrepInventoryPrep({
  this.inventoryPrepId,
  this.inventoryId,
  this.iCode,
  this.description,
  this.prepRateId,
  this.prepICode,
  this.prepDescription,
  this.prepUnit,
  this.prepUnitType,
  this.isDefault,
  this.prepRate,
  this.prepTime,
  this.prepExtended,
  this.qtyOrdered,
  this.price,
  this.orderId,
  this.masteritemId,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});