copyWithWrapped method
WebApiModulesHomeControlsInventoryPackageInventoryInventoryPackageInventory
copyWithWrapped({
- Wrapped<
bool?> ? deletingWarehouseSpecific, - Wrapped<
String?> ? inventoryPackageInventoryId, - Wrapped<
String?> ? packageId, - Wrapped<
String?> ? inventoryId, - Wrapped<
String?> ? iCode, - Wrapped<
String?> ? iCodeColor, - Wrapped<
String?> ? lineColor, - Wrapped<
String?> ? description, - Wrapped<
bool?> ? isPrimary, - Wrapped<
double?> ? defaultQuantity, - Wrapped<
bool?> ? isOption, - Wrapped<
bool?> ? charge, - Wrapped<
bool?> ? noChargePrint, - Wrapped<
bool?> ? isRequired, - Wrapped<
String?> ? optionColor, - Wrapped<
String?> ? itemClass, - Wrapped<
String?> ? itemTrackedBy, - Wrapped<
String?> ? availFor, - Wrapped<
String?> ? availFrom, - Wrapped<
double?> ? categoryOrderBy, - Wrapped<
int?> ? orderBy, - Wrapped<
int?> ? itemColor, - Wrapped<
bool?> ? isNestedComplete, - Wrapped<
bool?> ? inactive, - Wrapped<
String?> ? warehouseId, - Wrapped<
String?> ? parentId, - Wrapped<
String?> ? packageItemClass, - Wrapped<
bool?> ? itemNonDiscountable, - Wrapped<
String?> ? primaryInventoryId, - Wrapped<
String?> ? unitId, - Wrapped<
double?> ? dailyRate, - Wrapped<
double?> ? weeklyRate, - Wrapped<
double?> ? monthlyRate, - Wrapped<
double?> ? dailyExtended, - Wrapped<
double?> ? weeklyExtended, - Wrapped<
double?> ? monthlyExtended, - Wrapped<
double?> ? price, - Wrapped<
double?> ? retail, - Wrapped<
String?> ? currencyId, - Wrapped<
String?> ? currencyCode, - Wrapped<
String?> ? currencySymbol, - Wrapped<
String?> ? dateStamp, - Wrapped<
String?> ? auditNote, - Wrapped<
String?> ? recordTitle, - Wrapped<
List< ? fields,FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ?> - Wrapped<
List< ? custom,FwStandardDataFwCustomValue> ?> - Wrapped<
List< ? defaultFieldAttributes,FwStandardDataFwDefaultAttribute> ?> - Wrapped<
List< ? translation,FwStandardDataFwTranslatedValue> ?>
Implementation
WebApiModulesHomeControlsInventoryPackageInventoryInventoryPackageInventory
copyWithWrapped(
{Wrapped<bool?>? deletingWarehouseSpecific,
Wrapped<String?>? inventoryPackageInventoryId,
Wrapped<String?>? packageId,
Wrapped<String?>? inventoryId,
Wrapped<String?>? iCode,
Wrapped<String?>? iCodeColor,
Wrapped<String?>? lineColor,
Wrapped<String?>? description,
Wrapped<bool?>? isPrimary,
Wrapped<double?>? defaultQuantity,
Wrapped<bool?>? isOption,
Wrapped<bool?>? charge,
Wrapped<bool?>? noChargePrint,
Wrapped<bool?>? isRequired,
Wrapped<String?>? optionColor,
Wrapped<String?>? itemClass,
Wrapped<String?>? itemTrackedBy,
Wrapped<String?>? availFor,
Wrapped<String?>? availFrom,
Wrapped<double?>? categoryOrderBy,
Wrapped<int?>? orderBy,
Wrapped<int?>? itemColor,
Wrapped<bool?>? isNestedComplete,
Wrapped<bool?>? inactive,
Wrapped<String?>? warehouseId,
Wrapped<String?>? parentId,
Wrapped<String?>? packageItemClass,
Wrapped<bool?>? itemNonDiscountable,
Wrapped<String?>? primaryInventoryId,
Wrapped<String?>? unitId,
Wrapped<double?>? dailyRate,
Wrapped<double?>? weeklyRate,
Wrapped<double?>? monthlyRate,
Wrapped<double?>? dailyExtended,
Wrapped<double?>? weeklyExtended,
Wrapped<double?>? monthlyExtended,
Wrapped<double?>? price,
Wrapped<double?>? retail,
Wrapped<String?>? currencyId,
Wrapped<String?>? currencyCode,
Wrapped<String?>? currencySymbol,
Wrapped<String?>? dateStamp,
Wrapped<String?>? auditNote,
Wrapped<String?>? recordTitle,
Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
fields,
Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
Wrapped<List<FwStandardDataFwDefaultAttribute>?>?
defaultFieldAttributes,
Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) {
return WebApiModulesHomeControlsInventoryPackageInventoryInventoryPackageInventory(
deletingWarehouseSpecific: (deletingWarehouseSpecific != null
? deletingWarehouseSpecific.value
: this.deletingWarehouseSpecific),
inventoryPackageInventoryId: (inventoryPackageInventoryId != null
? inventoryPackageInventoryId.value
: this.inventoryPackageInventoryId),
packageId: (packageId != null ? packageId.value : this.packageId),
inventoryId:
(inventoryId != null ? inventoryId.value : this.inventoryId),
iCode: (iCode != null ? iCode.value : this.iCode),
iCodeColor: (iCodeColor != null ? iCodeColor.value : this.iCodeColor),
lineColor: (lineColor != null ? lineColor.value : this.lineColor),
description:
(description != null ? description.value : this.description),
isPrimary: (isPrimary != null ? isPrimary.value : this.isPrimary),
defaultQuantity: (defaultQuantity != null
? defaultQuantity.value
: this.defaultQuantity),
isOption: (isOption != null ? isOption.value : this.isOption),
charge: (charge != null ? charge.value : this.charge),
noChargePrint:
(noChargePrint != null ? noChargePrint.value : this.noChargePrint),
isRequired: (isRequired != null ? isRequired.value : this.isRequired),
optionColor:
(optionColor != null ? optionColor.value : this.optionColor),
itemClass: (itemClass != null ? itemClass.value : this.itemClass),
itemTrackedBy:
(itemTrackedBy != null ? itemTrackedBy.value : this.itemTrackedBy),
availFor: (availFor != null ? availFor.value : this.availFor),
availFrom: (availFrom != null ? availFrom.value : this.availFrom),
categoryOrderBy: (categoryOrderBy != null
? categoryOrderBy.value
: this.categoryOrderBy),
orderBy: (orderBy != null ? orderBy.value : this.orderBy),
itemColor: (itemColor != null ? itemColor.value : this.itemColor),
isNestedComplete: (isNestedComplete != null
? isNestedComplete.value
: this.isNestedComplete),
inactive: (inactive != null ? inactive.value : this.inactive),
warehouseId:
(warehouseId != null ? warehouseId.value : this.warehouseId),
parentId: (parentId != null ? parentId.value : this.parentId),
packageItemClass: (packageItemClass != null
? packageItemClass.value
: this.packageItemClass),
itemNonDiscountable: (itemNonDiscountable != null
? itemNonDiscountable.value
: this.itemNonDiscountable),
primaryInventoryId: (primaryInventoryId != null
? primaryInventoryId.value
: this.primaryInventoryId),
unitId: (unitId != null ? unitId.value : this.unitId),
dailyRate: (dailyRate != null ? dailyRate.value : this.dailyRate),
weeklyRate: (weeklyRate != null ? weeklyRate.value : this.weeklyRate),
monthlyRate:
(monthlyRate != null ? monthlyRate.value : this.monthlyRate),
dailyExtended:
(dailyExtended != null ? dailyExtended.value : this.dailyExtended),
weeklyExtended: (weeklyExtended != null
? weeklyExtended.value
: this.weeklyExtended),
monthlyExtended: (monthlyExtended != null
? monthlyExtended.value
: this.monthlyExtended),
price: (price != null ? price.value : this.price),
retail: (retail != null ? retail.value : this.retail),
currencyId: (currencyId != null ? currencyId.value : this.currencyId),
currencyCode:
(currencyCode != null ? currencyCode.value : this.currencyCode),
currencySymbol: (currencySymbol != null
? currencySymbol.value
: this.currencySymbol),
dateStamp: (dateStamp != null ? dateStamp.value : this.dateStamp),
auditNote: (auditNote != null ? auditNote.value : this.auditNote),
recordTitle:
(recordTitle != null ? recordTitle.value : this.recordTitle),
fields: (fields != null ? fields.value : this.fields),
custom: (custom != null ? custom.value : this.custom),
defaultFieldAttributes: (defaultFieldAttributes != null
? defaultFieldAttributes.value
: this.defaultFieldAttributes),
translation:
(translation != null ? translation.value : this.translation));
}