Uses of Class
com.xero.models.payrollnz.TaxCode
-
Packages that use TaxCode Package Description com.xero.models.payrollnz -
-
Uses of TaxCode in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return TaxCode Modifier and Type Method Description static TaxCodeTaxCode. fromValue(String value)fromValueTaxCodeEmployeeTax. getTaxCode()Get taxCodeTaxCodeTaxSettings. getTaxCode()Get taxCodestatic TaxCodeTaxCode. valueOf(String name)Returns the enum constant of this type with the specified name.static TaxCode[]TaxCode. 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 TaxCode Modifier and Type Method Description voidEmployeeTax. setTaxCode(TaxCode taxCode)taxCodevoidTaxSettings. setTaxCode(TaxCode taxCode)taxCodeEmployeeTaxEmployeeTax. taxCode(TaxCode taxCode)taxCodeTaxSettingsTaxSettings. taxCode(TaxCode taxCode)taxCode
-