WebApiModulesSettingsSystemSettingsInventorySettingsInventorySettings constructor

WebApiModulesSettingsSystemSettingsInventorySettingsInventorySettings({
  1. String? inventorySettingsId,
  2. String? inventorySettingsName,
  3. String? iCodeMask,
  4. bool? userAssignedICodes,
  5. int? lastICode,
  6. String? iCodePrefix,
  7. bool? enable3WeekPricing,
  8. bool? enableTieredWeekPricing,
  9. String? salesCheckOutRetiredReasonId,
  10. String? salesCheckOutRetiredReason,
  11. String? salesCheckInUnretiredReasonId,
  12. String? salesCheckInUnretiredReason,
  13. String? defaultRentalSaleRetiredReasonId,
  14. String? defaultRentalSaleRetiredReason,
  15. String? defaultLossAndDamageRetiredReasonId,
  16. String? defaultLossAndDamageRetiredReason,
  17. bool? startDepreciatingFixedAssetsTheMonthAfterTheyAreReceived,
  18. bool? depreciateFixedAssetsWhenRetired,
  19. bool? unDepreciateFixedAssetsWhenUnretired,
  20. bool? includeTaxInOriginalEquipmentCost,
  21. String? defaultRentalQuantityInventoryCostCalculation,
  22. String? defaultSalesQuantityInventoryCostCalculation,
  23. String? defaultPartsQuantityInventoryCostCalculation,
  24. bool? enableLease,
  25. bool? autoUpdateInventoryMetricImperialDimensions,
  26. bool? autoSortInventoryByICode,
  27. bool? fixedAssetTransferOwnership,
  28. String? changeICodeRetiredReasonId,
  29. String? changeICodeRetiredReason,
  30. bool? changeICodeCreateBrandNewPurchase,
  31. String? physicalInventoryRetiredReasonId,
  32. String? physicalInventoryRetiredReason,
  33. String? physicalInventoryDefaultCost,
  34. String? physicalInventoryAdjustmentReasonId,
  35. String? physicalInventoryAdjustmentReason,
  36. bool? enableInventoryCertification,
  37. bool? enablePropsWardrobe,
  38. bool? enableSetsWalls,
  39. String? returnInventoryRetiredReasonId,
  40. String? returnInventoryRetiredReason,
  41. String? voidReturnInventoryUnretiredReasonId,
  42. String? voidReturnInventoryUnretiredReason,
  43. bool? requireOriginalShow,
  44. String? dateStamp,
  45. String? auditNote,
  46. String? recordTitle,
  47. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  48. List<FwStandardDataFwCustomValue>? custom,
  49. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  50. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsSystemSettingsInventorySettingsInventorySettings({
  this.inventorySettingsId,
  this.inventorySettingsName,
  this.iCodeMask,
  this.userAssignedICodes,
  this.lastICode,
  this.iCodePrefix,
  this.enable3WeekPricing,
  this.enableTieredWeekPricing,
  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.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.requireOriginalShow,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});