WebApiModulesHomeControlsPickListItemPickListItem constructor
WebApiModulesHomeControlsPickListItemPickListItem({
- String? pickListItemId,
- String? pickListId,
- String? orderId,
- String? orderNumber,
- String? masterItemId,
- String? usersId,
- int? pickQuantity,
- int? quantityOrdered,
- int? consignQuantity,
- int? stagedQuantity,
- int? outQuantity,
- int? inLocationQuantity,
- String? masterId,
- String? iCode,
- String? iCodeColor,
- String? description,
- String? descriptionColor,
- String? optionColor,
- String? itemClass,
- String? itemOrder,
- String? pickDate,
- String? pickTime,
- String? recType,
- String? vendorId,
- String? consignorId,
- String? vendorConsignorColor,
- String? vendorConsignor,
- String? inventoryTypeId,
- String? categoryId,
- String? warehouseId,
- bool? conflict,
- bool? bold,
- String? itemOrderPickList,
- String? notes,
- String? barCode,
- String? serialNumber,
- String? rfId,
- int? nestingLevel,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsPickListItemPickListItem({
this.pickListItemId,
this.pickListId,
this.orderId,
this.orderNumber,
this.masterItemId,
this.usersId,
this.pickQuantity,
this.quantityOrdered,
this.consignQuantity,
this.stagedQuantity,
this.outQuantity,
this.inLocationQuantity,
this.masterId,
this.iCode,
this.iCodeColor,
this.description,
this.descriptionColor,
this.optionColor,
this.itemClass,
this.itemOrder,
this.pickDate,
this.pickTime,
this.recType,
this.vendorId,
this.consignorId,
this.vendorConsignorColor,
this.vendorConsignor,
this.inventoryTypeId,
this.categoryId,
this.warehouseId,
this.conflict,
this.bold,
this.itemOrderPickList,
this.notes,
this.barCode,
this.serialNumber,
this.rfId,
this.nestingLevel,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});