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