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