| Package | Description |
|---|---|
| com.xero.models.payrollau |
| Modifier and Type | Method and Description |
|---|---|
static ManualTaxType |
ManualTaxType.fromValue(String value) |
ManualTaxType |
TaxLine.getManualTaxType()
Get manualTaxType
|
static ManualTaxType |
ManualTaxType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManualTaxType[] |
ManualTaxType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TaxLine |
TaxLine.manualTaxType(ManualTaxType manualTaxType) |
void |
TaxLine.setManualTaxType(ManualTaxType manualTaxType) |
Copyright © 2020. All rights reserved.