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