WebApiModulesHomeControlsOrderStatusSummaryOrderStatusSummary constructor
WebApiModulesHomeControlsOrderStatusSummaryOrderStatusSummary({
- String? orderId,
- String? iCode,
- String? iCodeDisplay,
- String? iCodeColor,
- String? inventoryTypeId,
- String? categoryId,
- String? subCategoryId,
- String? description,
- String? descriptionColor,
- String? inventoryId,
- String? orderItemId,
- String? nestedOrderItemId,
- String? parentId,
- String? outWarehouseId,
- String? outWarehouseCode,
- String? outWarehouse,
- String? inWarehouseId,
- String? inWarehouseCode,
- String? inWarehouse,
- double? quantityOrdered,
- String? quantityOrderedColor,
- double? subQuantity,
- double? stagedQuantity,
- double? stagedQuantityFilter,
- String? stagedQuantityColor,
- double? outQuantity,
- double? outQuantityfilter,
- String? outQuantityColor,
- bool? isSuspendOut,
- double? inQuantity,
- double? inQuantityFilter,
- String? inQuantityColor,
- bool? isSuspendIn,
- double? returnedQuantity,
- double? activityQuantity,
- double? subActivityQuantity,
- double? quantityReceived,
- double? quantityReturned,
- double? notYetStagedQuantity,
- bool? tooManyStagedOut,
- double? notYetStagedQuantityFilter,
- double? stillOutQuantity,
- String? stillOutQuantityColor,
- String? itemOrder,
- String? itemClass,
- String? recType,
- String? isReturn,
- String? poOrderId,
- String? poMasteritemId,
- String? recTypeDisplay,
- String? recTypeColor,
- String? optionColor,
- bool? bold,
- bool? hasPoItem,
- String? vendorId,
- String? vendor,
- String? consignorId,
- String? consignor,
- String? vendorConsignorId,
- String? vendorConsignor,
- String? notes,
- String? manufacturerPartNumber,
- String? orderBy,
- bool? isWardrobe,
- bool? isProps,
- double? unitCost,
- double? stagedOutExtendedCost,
- double? unitPrice,
- double? stagedOutExtendedPrice,
- int? nestingLevel,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsOrderStatusSummaryOrderStatusSummary({
this.orderId,
this.iCode,
this.iCodeDisplay,
this.iCodeColor,
this.inventoryTypeId,
this.categoryId,
this.subCategoryId,
this.description,
this.descriptionColor,
this.inventoryId,
this.orderItemId,
this.nestedOrderItemId,
this.parentId,
this.outWarehouseId,
this.outWarehouseCode,
this.outWarehouse,
this.inWarehouseId,
this.inWarehouseCode,
this.inWarehouse,
this.quantityOrdered,
this.quantityOrderedColor,
this.subQuantity,
this.stagedQuantity,
this.stagedQuantityFilter,
this.stagedQuantityColor,
this.outQuantity,
this.outQuantityfilter,
this.outQuantityColor,
this.isSuspendOut,
this.inQuantity,
this.inQuantityFilter,
this.inQuantityColor,
this.isSuspendIn,
this.returnedQuantity,
this.activityQuantity,
this.subActivityQuantity,
this.quantityReceived,
this.quantityReturned,
this.notYetStagedQuantity,
this.tooManyStagedOut,
this.notYetStagedQuantityFilter,
this.stillOutQuantity,
this.stillOutQuantityColor,
this.itemOrder,
this.itemClass,
this.recType,
this.isReturn,
this.poOrderId,
this.poMasteritemId,
this.recTypeDisplay,
this.recTypeColor,
this.optionColor,
this.bold,
this.hasPoItem,
this.vendorId,
this.vendor,
this.consignorId,
this.consignor,
this.vendorConsignorId,
this.vendorConsignor,
this.notes,
this.manufacturerPartNumber,
this.orderBy,
this.isWardrobe,
this.isProps,
this.unitCost,
this.stagedOutExtendedCost,
this.unitPrice,
this.stagedOutExtendedPrice,
this.nestingLevel,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});