Uses of Class
com.xero.models.payrollau.TaxDeclaration
Packages that use TaxDeclaration
-
Uses of TaxDeclaration in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return TaxDeclarationModifier and TypeMethodDescription11-digit Australian Business Number e.g 21006819692 or an empty string (\"\") to unset a previously set value.TaxDeclaration.approvedWithholdingVariationPercentage(BigDecimal approvedWithholdingVariationPercentage) If the employee has approved withholding variation.TaxDeclaration.australianResidentForTaxPurposes(Boolean australianResidentForTaxPurposes) If the employee is Australian resident for tax purposes.TaxDeclaration.eligibleToReceiveLeaveLoading(Boolean eligibleToReceiveLeaveLoading) If the employee is eligible to receive an additional percentage on top of ordinary earnings when they take leave (typically 17.5%).TaxDeclaration.employeeID(UUID employeeID) Address line 1 for employee home addressTaxDeclaration.employmentBasis(EmploymentBasis employmentBasis) employmentBasisEmployee.getTaxDeclaration()Get taxDeclarationTaxDeclaration.hasHELPDebt(Boolean hasHELPDebt) If employee has HECS or HELP debt.TaxDeclaration.hasLoanOrStudentDebt(Boolean hasLoanOrStudentDebt) If the employee has any of the following loans or debts: Higher Education Loan Program (HELP/HECS), VET Student Loan (VSL), Financial Supplement (FS), Student Start-up Loan (SSL), or Trade Support Loan (TSL)TaxDeclaration.hasSFSSDebt(Boolean hasSFSSDebt) If employee has financial supplement debt.TaxDeclaration.hasStudentStartupLoan(Boolean hasStudentStartupLoan) If the employee is eligible for student startup loan rulesTaxDeclaration.hasTradeSupportLoanDebt(Boolean hasTradeSupportLoanDebt) If employee has trade support loan.TaxDeclaration.residencyStatus(ResidencyStatus residencyStatus) residencyStatusTaxDeclaration.seniorMaritalStatus(SeniorMaritalStatus seniorMaritalStatus) seniorMaritalStatusTaxDeclaration.taxFileNumber(String taxFileNumber) The tax file number e.g 123123123.TaxDeclaration.taxFreeThresholdClaimed(Boolean taxFreeThresholdClaimed) If tax free threshold claimed.TaxDeclaration.taxOffsetEstimatedAmount(BigDecimal taxOffsetEstimatedAmount) If has tax offset estimated then the tax offset estimated amount.TaxDeclaration.taxScaleType(TaxScaleType taxScaleType) taxScaleTypeTaxDeclaration.tfNExemptionType(TFNExemptionType tfNExemptionType) tfNExemptionTypeTaxDeclaration.upwardVariationTaxWithholdingAmount(BigDecimal upwardVariationTaxWithholdingAmount) If the employee has requested that additional tax be withheld each pay run.TaxDeclaration.workCondition(WorkCondition workCondition) workConditionMethods in com.xero.models.payrollau with parameters of type TaxDeclarationModifier and TypeMethodDescriptionvoidEmployee.setTaxDeclaration(TaxDeclaration taxDeclaration) taxDeclarationEmployee.taxDeclaration(TaxDeclaration taxDeclaration) taxDeclaration