WebApiModulesInventoryInventoryReceiptAssignICodeRequest constructor

WebApiModulesInventoryInventoryReceiptAssignICodeRequest({
  1. String? iCode,
  2. String? description,
  3. String? aisle,
  4. String? shelf,
  5. double? dailyRate,
  6. double? weeklyRate,
  7. double? monthlyRate,
  8. String? inventoryReceiptId,
  9. String? inventoryReceiptItemId,
  10. String? inventoryTypeId,
  11. String? categoryId,
  12. String? subCategoryId,
  13. String? originalShowId,
  14. String? conditionId,
  15. String? warehouseId,
  16. double? replacementCost,
  17. double? unitValue,
  18. String? lengthFeet,
  19. String? lengthInch,
  20. String? widthFeet,
  21. String? widthInch,
  22. String? heightFeet,
  23. String? heightInch,
  24. String? receivedDate,
  25. String? defaultImageId,
  26. String? inventoryId,
  27. String? patternId,
  28. String? periodId,
  29. String? genderId,
  30. double? cleaningFee,
  31. String? labelId,
  32. String? size,
  33. bool? dyed,
  34. int? pieceCount,
  35. String? careId,
  36. String? sourceId,
  37. String? detailedDescription,
  38. 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,
});