copyWithWrapped method
WebApiModulesWarehouseCheckInReconcileReconcileICode
copyWithWrapped({
- Wrapped<
String?> ? iCode, - Wrapped<
String?> ? inventoryDescription, - Wrapped<
String?> ? orderId, - Wrapped<
String?> ? orderDescription, - Wrapped<
String?> ? dueDate, - Wrapped<
String?> ? contractId, - Wrapped<
String?> ? dealId, - Wrapped<
String?> ? departmentId, - Wrapped<
String?> ? crossVendor, - Wrapped<
String?> ? vendor, - Wrapped<
double?> ? unassigned, - Wrapped<
String?> ? inventoryId, - Wrapped<
String?> ? vendorId, - Wrapped<
String?> ? itemClass, - Wrapped<
String?> ? nestedMasterItemId, - Wrapped<
String?> ? packageId, - Wrapped<
String?> ? packageItemId, - Wrapped<
String?> ? trackedBy, - Wrapped<
String?> ? scannedBy, - Wrapped<
String?> ? orderNumber, - Wrapped<
String?> ? barcode, - Wrapped<
String?> ? exception, - Wrapped<
String?> ? inContractId, - Wrapped<
String?> ? orderItemId, - Wrapped<
bool?> ? returnToReceipt, - Wrapped<
double?> ? orderTranId, - Wrapped<
String?> ? internalChar, - Wrapped<
double?> ? quikInItemId, - Wrapped<
String?> ? quikInInternalChar, - Wrapped<
String?> ? inContractNumber, - Wrapped<
double?> ? sessionNumber, - Wrapped<
double?> ? ordered, - Wrapped<
double?> ? stillOut, - Wrapped<
double?> ? counted, - Wrapped<
double?> ? quantity, - Wrapped<
double?> ? sessionIn, - Wrapped<
double?> ? remaining, - Wrapped<
double?> ? status, - Wrapped<
String?> ? message,
Implementation
WebApiModulesWarehouseCheckInReconcileReconcileICode copyWithWrapped({
Wrapped<String?>? iCode,
Wrapped<String?>? inventoryDescription,
Wrapped<String?>? orderId,
Wrapped<String?>? orderDescription,
Wrapped<String?>? dueDate,
Wrapped<String?>? contractId,
Wrapped<String?>? dealId,
Wrapped<String?>? departmentId,
Wrapped<String?>? crossVendor,
Wrapped<String?>? vendor,
Wrapped<double?>? unassigned,
Wrapped<String?>? inventoryId,
Wrapped<String?>? vendorId,
Wrapped<String?>? itemClass,
Wrapped<String?>? nestedMasterItemId,
Wrapped<String?>? packageId,
Wrapped<String?>? packageItemId,
Wrapped<String?>? trackedBy,
Wrapped<String?>? scannedBy,
Wrapped<String?>? orderNumber,
Wrapped<String?>? barcode,
Wrapped<String?>? exception,
Wrapped<String?>? inContractId,
Wrapped<String?>? orderItemId,
Wrapped<bool?>? returnToReceipt,
Wrapped<double?>? orderTranId,
Wrapped<String?>? internalChar,
Wrapped<double?>? quikInItemId,
Wrapped<String?>? quikInInternalChar,
Wrapped<String?>? inContractNumber,
Wrapped<double?>? sessionNumber,
Wrapped<double?>? ordered,
Wrapped<double?>? stillOut,
Wrapped<double?>? counted,
Wrapped<double?>? quantity,
Wrapped<double?>? sessionIn,
Wrapped<double?>? remaining,
Wrapped<double?>? status,
Wrapped<String?>? message,
}) {
return WebApiModulesWarehouseCheckInReconcileReconcileICode(
iCode: (iCode != null ? iCode.value : this.iCode),
inventoryDescription: (inventoryDescription != null
? inventoryDescription.value
: this.inventoryDescription),
orderId: (orderId != null ? orderId.value : this.orderId),
orderDescription: (orderDescription != null
? orderDescription.value
: this.orderDescription),
dueDate: (dueDate != null ? dueDate.value : this.dueDate),
contractId: (contractId != null ? contractId.value : this.contractId),
dealId: (dealId != null ? dealId.value : this.dealId),
departmentId: (departmentId != null
? departmentId.value
: this.departmentId),
crossVendor: (crossVendor != null ? crossVendor.value : this.crossVendor),
vendor: (vendor != null ? vendor.value : this.vendor),
unassigned: (unassigned != null ? unassigned.value : this.unassigned),
inventoryId: (inventoryId != null ? inventoryId.value : this.inventoryId),
vendorId: (vendorId != null ? vendorId.value : this.vendorId),
itemClass: (itemClass != null ? itemClass.value : this.itemClass),
nestedMasterItemId: (nestedMasterItemId != null
? nestedMasterItemId.value
: this.nestedMasterItemId),
packageId: (packageId != null ? packageId.value : this.packageId),
packageItemId: (packageItemId != null
? packageItemId.value
: this.packageItemId),
trackedBy: (trackedBy != null ? trackedBy.value : this.trackedBy),
scannedBy: (scannedBy != null ? scannedBy.value : this.scannedBy),
orderNumber: (orderNumber != null ? orderNumber.value : this.orderNumber),
barcode: (barcode != null ? barcode.value : this.barcode),
exception: (exception != null ? exception.value : this.exception),
inContractId: (inContractId != null
? inContractId.value
: this.inContractId),
orderItemId: (orderItemId != null ? orderItemId.value : this.orderItemId),
returnToReceipt: (returnToReceipt != null
? returnToReceipt.value
: this.returnToReceipt),
orderTranId: (orderTranId != null ? orderTranId.value : this.orderTranId),
internalChar: (internalChar != null
? internalChar.value
: this.internalChar),
quikInItemId: (quikInItemId != null
? quikInItemId.value
: this.quikInItemId),
quikInInternalChar: (quikInInternalChar != null
? quikInInternalChar.value
: this.quikInInternalChar),
inContractNumber: (inContractNumber != null
? inContractNumber.value
: this.inContractNumber),
sessionNumber: (sessionNumber != null
? sessionNumber.value
: this.sessionNumber),
ordered: (ordered != null ? ordered.value : this.ordered),
stillOut: (stillOut != null ? stillOut.value : this.stillOut),
counted: (counted != null ? counted.value : this.counted),
quantity: (quantity != null ? quantity.value : this.quantity),
sessionIn: (sessionIn != null ? sessionIn.value : this.sessionIn),
remaining: (remaining != null ? remaining.value : this.remaining),
status: (status != null ? status.value : this.status),
message: (message != null ? message.value : this.message),
);
}