WebApiModulesSettingsSystemSettingsInventorySettingsInventorySettings constructor
const
WebApiModulesSettingsSystemSettingsInventorySettingsInventorySettings({
- String? inventorySettingsId,
- String? inventorySettingsName,
- String? iCodeMask,
- bool? padICodeWithZeros,
- bool? userAssignedICodes,
- int? lastICode,
- String? iCodePrefix,
- bool? enable3WeekPricing,
- bool? enableTieredWeekPricing,
- String? tier1Name,
- String? tier2Name,
- String? tier3Name,
- String? tier4Name,
- String? tier5Name,
- String? salesCheckOutRetiredReasonId,
- String? salesCheckOutRetiredReason,
- String? salesCheckInUnretiredReasonId,
- String? salesCheckInUnretiredReason,
- String? defaultRentalSaleRetiredReasonId,
- String? defaultRentalSaleRetiredReason,
- String? defaultLossAndDamageRetiredReasonId,
- String? defaultLossAndDamageRetiredReason,
- bool? startDepreciatingFixedAssetsTheMonthAfterTheyAreReceived,
- bool? depreciateFixedAssetsWhenRetired,
- bool? unDepreciateFixedAssetsWhenUnretired,
- bool? includeTaxInOriginalEquipmentCost,
- String? defaultRentalQuantityInventoryCostCalculation,
- String? defaultSalesQuantityInventoryCostCalculation,
- String? defaultPartsQuantityInventoryCostCalculation,
- bool? enableLease,
- bool? autoUpdateInventoryMetricImperialDimensions,
- bool? convertDimensionsToSmallestUnit,
- bool? autoSortInventoryByICode,
- bool? fixedAssetTransferOwnership,
- String? changeICodeRetiredReasonId,
- String? changeICodeRetiredReason,
- bool? changeICodeCreateBrandNewPurchase,
- String? physicalInventoryRetiredReasonId,
- String? physicalInventoryRetiredReason,
- String? physicalInventoryDefaultCost,
- String? physicalInventoryAdjustmentReasonId,
- String? physicalInventoryAdjustmentReason,
- bool? enableInventoryCertification,
- bool? enablePropsWardrobe,
- bool? enableSetsWalls,
- String? returnInventoryRetiredReasonId,
- String? returnInventoryRetiredReason,
- String? voidReturnInventoryUnretiredReasonId,
- String? voidReturnInventoryUnretiredReason,
- bool? enableOriginalShow,
- bool? trackItemsInRooms,
- int? utilizationYears,
- bool? returnOnAssetUseDaysBilled,
- String? returnOnAssetRevenueDate,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- bool? hasDocuments,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- 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,
});