| Package | Description |
|---|---|
| com.xero.models.assets |
| Modifier and Type | Method and Description |
|---|---|
static BookDepreciationSetting.DepreciationMethodEnum |
BookDepreciationSetting.DepreciationMethodEnum.fromValue(String text) |
BookDepreciationSetting.DepreciationMethodEnum |
BookDepreciationSetting.getDepreciationMethod()
The method of depreciation applied to this asset.
|
static BookDepreciationSetting.DepreciationMethodEnum |
BookDepreciationSetting.DepreciationMethodEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BookDepreciationSetting.DepreciationMethodEnum[] |
BookDepreciationSetting.DepreciationMethodEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BookDepreciationSetting |
BookDepreciationSetting.depreciationMethod(BookDepreciationSetting.DepreciationMethodEnum depreciationMethod) |
void |
BookDepreciationSetting.setDepreciationMethod(BookDepreciationSetting.DepreciationMethodEnum depreciationMethod) |
Copyright © 2018. All rights reserved.