| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static LinkedTransaction.TypeEnum |
LinkedTransaction.TypeEnum.fromValue(String value) |
LinkedTransaction.TypeEnum |
LinkedTransaction.getType()
This will always be BILLABLEEXPENSE.
|
static LinkedTransaction.TypeEnum |
LinkedTransaction.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkedTransaction.TypeEnum[] |
LinkedTransaction.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinkedTransaction.setType(LinkedTransaction.TypeEnum type) |
LinkedTransaction |
LinkedTransaction.type(LinkedTransaction.TypeEnum type) |
Copyright © 2019. All rights reserved.