| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static Invoice.TypeEnum |
Invoice.TypeEnum.fromValue(String text) |
Invoice.TypeEnum |
Invoice.getType()
See Invoice Types
|
static Invoice.TypeEnum |
Invoice.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Invoice.TypeEnum[] |
Invoice.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 |
Invoice.setType(Invoice.TypeEnum type) |
Invoice |
Invoice.type(Invoice.TypeEnum type) |
Copyright © 2019. All rights reserved.