Uses of Class
com.xero.models.payrollnz.SalaryAndWage.PaymentTypeEnum
-
Packages that use SalaryAndWage.PaymentTypeEnum Package Description com.xero.models.payrollnz -
-
Uses of SalaryAndWage.PaymentTypeEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return SalaryAndWage.PaymentTypeEnum Modifier and Type Method Description static SalaryAndWage.PaymentTypeEnumSalaryAndWage.PaymentTypeEnum. fromValue(String value)fromValueSalaryAndWage.PaymentTypeEnumSalaryAndWage. getPaymentType()The type of the payment of the corresponding salary and wagesstatic SalaryAndWage.PaymentTypeEnumSalaryAndWage.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.Methods in com.xero.models.payrollnz with parameters of type SalaryAndWage.PaymentTypeEnum Modifier and Type Method Description SalaryAndWageSalaryAndWage. paymentType(SalaryAndWage.PaymentTypeEnum paymentType)The type of the payment of the corresponding salary and wagesvoidSalaryAndWage. setPaymentType(SalaryAndWage.PaymentTypeEnum paymentType)The type of the payment of the corresponding salary and wages
-