| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.assets |
| Modifier and Type | Method and Description |
|---|---|
AssetType |
AssetApi.createAssetType(AssetType assetType)
adds a fixed asset type
Adds an fixed asset type to the system
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetType> |
AssetApi.getAssetTypes()
searches fixed asset types
By passing in the appropriate options, you can search for available fixed asset types in the system
|
| Modifier and Type | Method and Description |
|---|---|
AssetType |
AssetApi.createAssetType(AssetType assetType)
adds a fixed asset type
Adds an fixed asset type to the system
|
| Modifier and Type | Method and Description |
|---|---|
AssetType |
AssetType.accumulatedDepreciationAccountId(UUID accumulatedDepreciationAccountId) |
AssetType |
AssetType.assetTypeId(UUID assetTypeId) |
AssetType |
AssetType.assetTypeName(String assetTypeName) |
AssetType |
AssetType.bookDepreciationSetting(BookDepreciationSetting bookDepreciationSetting) |
AssetType |
AssetType.depreciationExpenseAccountId(UUID depreciationExpenseAccountId) |
AssetType |
AssetType.fixedAssetAccountId(UUID fixedAssetAccountId) |
AssetType |
AssetType.locks(Integer locks) |
Copyright © 2019. All rights reserved.