| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static CreditNote.StatusEnum |
CreditNote.StatusEnum.fromValue(String text) |
CreditNote.StatusEnum |
CreditNote.getStatus()
See Credit Note Status Codes
|
static CreditNote.StatusEnum |
CreditNote.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreditNote.StatusEnum[] |
CreditNote.StatusEnum.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.setStatus(CreditNote.StatusEnum status) |
CreditNote |
CreditNote.status(CreditNote.StatusEnum status) |
Copyright © 2018. All rights reserved.