WebApiModulesSettingsSystemSettingsInventorySettingsInventorySettings constructor

const WebApiModulesSettingsSystemSettingsInventorySettingsInventorySettings({
  1. String? inventorySettingsId,
  2. String? inventorySettingsName,
  3. String? iCodeMask,
  4. bool? padICodeWithZeros,
  5. bool? userAssignedICodes,
  6. int? lastICode,
  7. String? iCodePrefix,
  8. bool? enable3WeekPricing,
  9. bool? enableTieredWeekPricing,
  10. String? tier1Name,
  11. String? tier2Name,
  12. String? tier3Name,
  13. String? tier4Name,
  14. String? tier5Name,
  15. String? salesCheckOutRetiredReasonId,
  16. String? salesCheckOutRetiredReason,
  17. String? salesCheckInUnretiredReasonId,
  18. String? salesCheckInUnretiredReason,
  19. String? defaultRentalSaleRetiredReasonId,
  20. String? defaultRentalSaleRetiredReason,
  21. String? defaultLossAndDamageRetiredReasonId,
  22. String? defaultLossAndDamageRetiredReason,
  23. bool? startDepreciatingFixedAssetsTheMonthAfterTheyAreReceived,
  24. bool? depreciateFixedAssetsWhenRetired,
  25. bool? unDepreciateFixedAssetsWhenUnretired,
  26. bool? includeTaxInOriginalEquipmentCost,
  27. String? defaultRentalQuantityInventoryCostCalculation,
  28. String? defaultSalesQuantityInventoryCostCalculation,
  29. String? defaultPartsQuantityInventoryCostCalculation,
  30. bool? enableLease,
  31. bool? autoUpdateInventoryMetricImperialDimensions,
  32. bool? convertDimensionsToSmallestUnit,
  33. bool? autoSortInventoryByICode,
  34. bool? fixedAssetTransferOwnership,
  35. String? changeICodeRetiredReasonId,
  36. String? changeICodeRetiredReason,
  37. bool? changeICodeCreateBrandNewPurchase,
  38. String? physicalInventoryRetiredReasonId,
  39. String? physicalInventoryRetiredReason,
  40. String? physicalInventoryDefaultCost,
  41. String? physicalInventoryAdjustmentReasonId,
  42. String? physicalInventoryAdjustmentReason,
  43. bool? enableInventoryCertification,
  44. bool? enablePropsWardrobe,
  45. bool? enableSetsWalls,
  46. String? returnInventoryRetiredReasonId,
  47. String? returnInventoryRetiredReason,
  48. String? voidReturnInventoryUnretiredReasonId,
  49. String? voidReturnInventoryUnretiredReason,
  50. bool? enableOriginalShow,
  51. bool? trackItemsInRooms,
  52. int? utilizationYears,
  53. bool? returnOnAssetUseDaysBilled,
  54. String? returnOnAssetRevenueDate,
  55. String? dateStamp,
  56. String? auditNote,
  57. String? recordTitle,
  58. dynamic urlIdentifier,
  59. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  60. List<FwStandardDataFwCustomValue>? custom,
  61. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  62. FwStandardBusinessLogicFwBusinessLogic? original,
  63. List<FwStandardDataFwTranslatedValue>? translation,
  64. bool? hasImport,
  65. bool? hasDocuments,
  66. String? createdByUserId,
  67. String? createdByUserName,
  68. String? createdDateTime,
  69. String? modifiedByUserId,
  70. String? modifiedByUserName,
  71. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsSystemSettingsInventorySettingsInventorySettings({
  this.inventorySettingsId,
  this.inventorySettingsName,
  this.iCodeMask,
  this.padICodeWithZeros,
  this.userAssignedICodes,
  this.lastICode,
  this.iCodePrefix,
  this.enable3WeekPricing,
  this.enableTieredWeekPricing,
  this.tier1Name,
  this.tier2Name,
  this.tier3Name,
  this.tier4Name,
  this.tier5Name,
  this.salesCheckOutRetiredReasonId,
  this.salesCheckOutRetiredReason,
  this.salesCheckInUnretiredReasonId,
  this.salesCheckInUnretiredReason,
  this.defaultRentalSaleRetiredReasonId,
  this.defaultRentalSaleRetiredReason,
  this.defaultLossAndDamageRetiredReasonId,
  this.defaultLossAndDamageRetiredReason,
  this.startDepreciatingFixedAssetsTheMonthAfterTheyAreReceived,
  this.depreciateFixedAssetsWhenRetired,
  this.unDepreciateFixedAssetsWhenUnretired,
  this.includeTaxInOriginalEquipmentCost,
  this.defaultRentalQuantityInventoryCostCalculation,
  this.defaultSalesQuantityInventoryCostCalculation,
  this.defaultPartsQuantityInventoryCostCalculation,
  this.enableLease,
  this.autoUpdateInventoryMetricImperialDimensions,
  this.convertDimensionsToSmallestUnit,
  this.autoSortInventoryByICode,
  this.fixedAssetTransferOwnership,
  this.changeICodeRetiredReasonId,
  this.changeICodeRetiredReason,
  this.changeICodeCreateBrandNewPurchase,
  this.physicalInventoryRetiredReasonId,
  this.physicalInventoryRetiredReason,
  this.physicalInventoryDefaultCost,
  this.physicalInventoryAdjustmentReasonId,
  this.physicalInventoryAdjustmentReason,
  this.enableInventoryCertification,
  this.enablePropsWardrobe,
  this.enableSetsWalls,
  this.returnInventoryRetiredReasonId,
  this.returnInventoryRetiredReason,
  this.voidReturnInventoryUnretiredReasonId,
  this.voidReturnInventoryUnretiredReason,
  this.enableOriginalShow,
  this.trackItemsInRooms,
  this.utilizationYears,
  this.returnOnAssetUseDaysBilled,
  this.returnOnAssetRevenueDate,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});