Uses of Class
com.xero.models.payrollnz.TaxSettings.PeriodTypeEnum
-
Packages that use TaxSettings.PeriodTypeEnum Package Description com.xero.models.payrollnz -
-
Uses of TaxSettings.PeriodTypeEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return TaxSettings.PeriodTypeEnum Modifier and Type Method Description static TaxSettings.PeriodTypeEnumTaxSettings.PeriodTypeEnum. fromValue(String value)fromValueTaxSettings.PeriodTypeEnumTaxSettings. getPeriodType()The type of period (\"weeks\" or \"months\")static TaxSettings.PeriodTypeEnumTaxSettings.PeriodTypeEnum. valueOf(String name)Returns 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.PeriodTypeEnum Modifier and Type Method Description TaxSettingsTaxSettings. periodType(TaxSettings.PeriodTypeEnum periodType)The type of period (\"weeks\" or \"months\")voidTaxSettings. setPeriodType(TaxSettings.PeriodTypeEnum periodType)The type of period (\"weeks\" or \"months\")
-