WebApiModulesInventoryInventoryReceiptAssignICodeRequest constructor
WebApiModulesInventoryInventoryReceiptAssignICodeRequest({
- String? iCode,
- String? description,
- String? aisle,
- String? shelf,
- double? dailyRate,
- double? weeklyRate,
- double? monthlyRate,
- String? inventoryReceiptId,
- String? inventoryReceiptItemId,
- String? inventoryTypeId,
- String? categoryId,
- String? subCategoryId,
- String? originalShowId,
- String? conditionId,
- String? warehouseId,
- double? replacementCost,
- double? unitValue,
- String? lengthFeet,
- String? lengthInch,
- String? widthFeet,
- String? widthInch,
- String? heightFeet,
- String? heightInch,
- String? receivedDate,
- String? defaultImageId,
- String? inventoryId,
- String? patternId,
- String? periodId,
- String? genderId,
- double? cleaningFee,
- String? labelId,
- String? size,
- bool? dyed,
- int? pieceCount,
- String? careId,
- String? sourceId,
- String? detailedDescription,
- String? departmentId,
Implementation
WebApiModulesInventoryInventoryReceiptAssignICodeRequest({
this.iCode,
this.description,
this.aisle,
this.shelf,
this.dailyRate,
this.weeklyRate,
this.monthlyRate,
this.inventoryReceiptId,
this.inventoryReceiptItemId,
this.inventoryTypeId,
this.categoryId,
this.subCategoryId,
this.originalShowId,
this.conditionId,
this.warehouseId,
this.replacementCost,
this.unitValue,
this.lengthFeet,
this.lengthInch,
this.widthFeet,
this.widthInch,
this.heightFeet,
this.heightInch,
this.receivedDate,
this.defaultImageId,
this.inventoryId,
this.patternId,
this.periodId,
this.genderId,
this.cleaningFee,
this.labelId,
this.size,
this.dyed,
this.pieceCount,
this.careId,
this.sourceId,
this.detailedDescription,
this.departmentId,
});