Uses of Enum
com.xero.models.payrollnz.TaxSettings.PeriodTypeEnum
Packages that use TaxSettings.PeriodTypeEnum
-
Uses of TaxSettings.PeriodTypeEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return TaxSettings.PeriodTypeEnumModifier and TypeMethodDescriptionstatic TaxSettings.PeriodTypeEnumfromValueTaxSettings.getPeriodType()The type of period (\"weeks\" or \"months\")static TaxSettings.PeriodTypeEnumReturns the enum constant of this type with the specified name.static TaxSettings.PeriodTypeEnum[]TaxSettings.PeriodTypeEnum.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 TaxSettings.PeriodTypeEnumModifier and TypeMethodDescriptionTaxSettings.periodType(TaxSettings.PeriodTypeEnum periodType) The type of period (\"weeks\" or \"months\")voidTaxSettings.setPeriodType(TaxSettings.PeriodTypeEnum periodType) The type of period (\"weeks\" or \"months\")