WebApiModulesHomeControlsInventoryPrepInventoryPrep constructor
WebApiModulesHomeControlsInventoryPrepInventoryPrep({
- String? inventoryPrepId,
- String? inventoryId,
- String? iCode,
- String? description,
- String? prepRateId,
- String? prepICode,
- String? prepDescription,
- String? prepUnit,
- String? prepUnitType,
- bool? isDefault,
- double? prepRate,
- String? prepTime,
- double? prepExtended,
- double? qtyOrdered,
- double? price,
- bool? orderId,
- bool? masteritemId,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});