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