Uses of Class
com.xero.models.payrollau.TFNExemptionType
-
Packages that use TFNExemptionType Package Description com.xero.models.payrollau -
-
Uses of TFNExemptionType in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return TFNExemptionType Modifier and Type Method Description static TFNExemptionTypeTFNExemptionType. fromValue(String value)fromValueTFNExemptionTypeTaxDeclaration. getTfNExemptionType()Get tfNExemptionTypestatic TFNExemptionTypeTFNExemptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TFNExemptionType[]TFNExemptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrollau with parameters of type TFNExemptionType Modifier and Type Method Description voidTaxDeclaration. setTfNExemptionType(TFNExemptionType tfNExemptionType)tfNExemptionTypeTaxDeclarationTaxDeclaration. tfNExemptionType(TFNExemptionType tfNExemptionType)tfNExemptionType
-