| Package | Description |
|---|---|
| com.xero.models.payrolluk |
| Modifier and Type | Method and Description |
|---|---|
static SalaryAndWage.PaymentTypeEnum |
SalaryAndWage.PaymentTypeEnum.fromValue(String value) |
SalaryAndWage.PaymentTypeEnum |
SalaryAndWage.getPaymentType()
The type of the payment of the corresponding salary and wages
|
static SalaryAndWage.PaymentTypeEnum |
SalaryAndWage.PaymentTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SalaryAndWage.PaymentTypeEnum[] |
SalaryAndWage.PaymentTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SalaryAndWage |
SalaryAndWage.paymentType(SalaryAndWage.PaymentTypeEnum paymentType) |
void |
SalaryAndWage.setPaymentType(SalaryAndWage.PaymentTypeEnum paymentType) |
Copyright © 2020. All rights reserved.