WebApiModulesHomeControlsInventoryContainerItemInventoryContainerItem constructor
WebApiModulesHomeControlsInventoryContainerItemInventoryContainerItem({
- String? containerItemId,
- String? packageId,
- String? containerId,
- int? rowNumber,
- String? iCode,
- String? description,
- String? trackedBy,
- double? quantityOrdered,
- double? price,
- String? notes,
- String? inventoryId,
- String? recType,
- int? ident,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsInventoryContainerItemInventoryContainerItem({
this.containerItemId,
this.packageId,
this.containerId,
this.rowNumber,
this.iCode,
this.description,
this.trackedBy,
this.quantityOrdered,
this.price,
this.notes,
this.inventoryId,
this.recType,
this.ident,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});