WebApiModulesHomeControlsPickListUtilityItemPickListUtilityItem constructor
WebApiModulesHomeControlsPickListUtilityItemPickListUtilityItem({
- String? sessionId,
- String? orderId,
- String? orderItemId,
- String? parentId,
- String? parentParentId,
- double? accessoryRatio,
- String? inventoryTypeId,
- String? inventoryType,
- String? inventoryTypeIdNoParent,
- String? orderNumber,
- String? locationId,
- String? departmentId,
- String? dealId,
- String? orderType,
- String? orderStatus,
- String? iCode,
- String? description,
- double? quantityOrdered,
- double? subQuantity,
- double? consignQuantity,
- double? quantityInLocation,
- String? pickDate,
- double? pickQuantity,
- double? stagedQuantity,
- double? outQuantity,
- double? remainingQuantity,
- double? pickedQuantity,
- String? inventoryId,
- String? warehouseId,
- String? warehouse,
- String? warehouseCode,
- String? recType,
- String? recTypeDisplay,
- String? itemClass,
- String? itemOrder,
- bool? optionColor,
- String? itemId,
- String? barCode,
- String? serialNumber,
- String? subVendorId,
- String? consignorId,
- String? vendor,
- String? nestedOrderItemId,
- int? nestingLevel,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsPickListUtilityItemPickListUtilityItem({
this.sessionId,
this.orderId,
this.orderItemId,
this.parentId,
this.parentParentId,
this.accessoryRatio,
this.inventoryTypeId,
this.inventoryType,
this.inventoryTypeIdNoParent,
this.orderNumber,
this.locationId,
this.departmentId,
this.dealId,
this.orderType,
this.orderStatus,
this.iCode,
this.description,
this.quantityOrdered,
this.subQuantity,
this.consignQuantity,
this.quantityInLocation,
this.pickDate,
this.pickQuantity,
this.stagedQuantity,
this.outQuantity,
this.remainingQuantity,
this.pickedQuantity,
this.inventoryId,
this.warehouseId,
this.warehouse,
this.warehouseCode,
this.recType,
this.recTypeDisplay,
this.itemClass,
this.itemOrder,
this.optionColor,
this.itemId,
this.barCode,
this.serialNumber,
this.subVendorId,
this.consignorId,
this.vendor,
this.nestedOrderItemId,
this.nestingLevel,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});