Uses of Class
com.xero.models.assets.Setting
-
Packages that use Setting Package Description com.xero.api.client com.xero.models.assets -
-
Uses of Setting in com.xero.api.client
Methods in com.xero.api.client that return Setting Modifier and Type Method Description SettingAssetApi. getAssetSettings(String accessToken, String xeroTenantId)searches fixed asset settings By passing in the appropriate options, you can search for available fixed asset types in the system -
Uses of Setting in com.xero.models.assets
Methods in com.xero.models.assets that return Setting Modifier and Type Method Description SettingSetting. assetNumberPrefix(String assetNumberPrefix)The prefix used for fixed asset numbers (“FA-” by default)SettingSetting. assetNumberSequence(String assetNumberSequence)The next available sequence numberSettingSetting. assetStartDate(org.threeten.bp.LocalDate assetStartDate)The date depreciation calculations started on registered fixed assets in XeroSettingSetting. defaultCapitalGainOnDisposalAccountId(UUID defaultCapitalGainOnDisposalAccountId)Default account that capital gains are posted toSettingSetting. defaultGainOnDisposalAccountId(UUID defaultGainOnDisposalAccountId)Default account that gains are posted toSettingSetting. defaultLossOnDisposalAccountId(UUID defaultLossOnDisposalAccountId)Default account that losses are posted toSettingSetting. lastDepreciationDate(org.threeten.bp.LocalDate lastDepreciationDate)The last depreciation dateSettingSetting. optInForTax(Boolean optInForTax)opt in for tax calculation
-