Uses of Class
com.xero.models.assets.BookDepreciationSetting
-
Packages that use BookDepreciationSetting Package Description com.xero.models.assets -
-
Uses of BookDepreciationSetting in com.xero.models.assets
Methods in com.xero.models.assets that return BookDepreciationSetting Modifier and Type Method Description BookDepreciationSettingBookDepreciationSetting. averagingMethod(BookDepreciationSetting.AveragingMethodEnum averagingMethod)The method of averaging applied to this asset.BookDepreciationSettingBookDepreciationSetting. bookEffectiveDateOfChangeId(UUID bookEffectiveDateOfChangeId)Unique Xero identifier for the effective date changeBookDepreciationSettingBookDepreciationSetting. depreciableObjectId(UUID depreciableObjectId)Unique Xero identifier for the depreciable objectBookDepreciationSettingBookDepreciationSetting. depreciableObjectType(String depreciableObjectType)The type of asset objectBookDepreciationSettingBookDepreciationSetting. depreciationCalculationMethod(BookDepreciationSetting.DepreciationCalculationMethodEnum depreciationCalculationMethod)See Depreciation Calculation MethodsBookDepreciationSettingBookDepreciationSetting. depreciationMethod(BookDepreciationSetting.DepreciationMethodEnum depreciationMethod)The method of depreciation applied to this asset.BookDepreciationSettingBookDepreciationSetting. depreciationRate(Double depreciationRate)The rate of depreciation (e.g.BookDepreciationSettingBookDepreciationSetting. effectiveLifeYears(Integer effectiveLifeYears)Effective life of the asset in years (e.g.BookDepreciationSettingAsset. getBookDepreciationSetting()Get bookDepreciationSettingBookDepreciationSettingAssetType. getBookDepreciationSetting()Get bookDepreciationSettingMethods in com.xero.models.assets with parameters of type BookDepreciationSetting Modifier and Type Method Description AssetAsset. bookDepreciationSetting(BookDepreciationSetting bookDepreciationSetting)bookDepreciationSettingAssetTypeAssetType. bookDepreciationSetting(BookDepreciationSetting bookDepreciationSetting)bookDepreciationSettingvoidAsset. setBookDepreciationSetting(BookDepreciationSetting bookDepreciationSetting)bookDepreciationSettingvoidAssetType. setBookDepreciationSetting(BookDepreciationSetting bookDepreciationSetting)bookDepreciationSetting
-