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