Uses of Enum
com.xero.models.payrollnz.SalaryAndWage.PaymentTypeEnum
Packages that use SalaryAndWage.PaymentTypeEnum
-
Uses of SalaryAndWage.PaymentTypeEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return SalaryAndWage.PaymentTypeEnumModifier and TypeMethodDescriptionfromValueSalaryAndWage.getPaymentType()The type of the payment of the corresponding salary and wagesReturns 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.PaymentTypeEnumModifier and TypeMethodDescriptionSalaryAndWage.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