| Package | Description |
|---|---|
| com.xero.models.payrolluk |
| Modifier and Type | Method and Description |
|---|---|
static Payslip.PaymentMethodEnum |
Payslip.PaymentMethodEnum.fromValue(String value) |
Payslip.PaymentMethodEnum |
Payslip.getPaymentMethod()
The payment method code
|
static Payslip.PaymentMethodEnum |
Payslip.PaymentMethodEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Payslip.PaymentMethodEnum[] |
Payslip.PaymentMethodEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Payslip |
Payslip.paymentMethod(Payslip.PaymentMethodEnum paymentMethod) |
void |
Payslip.setPaymentMethod(Payslip.PaymentMethodEnum paymentMethod) |
Copyright © 2020. All rights reserved.