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? includeTaxInOriginalEquipmentCost,
  20. String? defaultRentalQuantityInventoryCostCalculation,
  21. String? defaultSalesQuantityInventoryCostCalculation,
  22. String? defaultPartsQuantityInventoryCostCalculation,
  23. bool? enableLease,
  24. bool? autoUpdateInventoryMetricImperialDimensions,
  25. bool? fixedAssetTransferFutureDepreciation,
  26. String? changeICodeRetiredReasonId,
  27. String? changeICodeRetiredReason,
  28. bool? changeICodeCreateBrandNewPurchase,
  29. String? dateStamp,
  30. String? auditNote,
  31. String? recordTitle,
  32. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  33. List<FwStandardDataFwCustomValue>? custom,
  34. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
})

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.includeTaxInOriginalEquipmentCost,
  this.defaultRentalQuantityInventoryCostCalculation,
  this.defaultSalesQuantityInventoryCostCalculation,
  this.defaultPartsQuantityInventoryCostCalculation,
  this.enableLease,
  this.autoUpdateInventoryMetricImperialDimensions,
  this.fixedAssetTransferFutureDepreciation,
  this.changeICodeRetiredReasonId,
  this.changeICodeRetiredReason,
  this.changeICodeCreateBrandNewPurchase,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
});