Uses of Class
com.xero.models.payrollau.EarningsRate
Packages that use EarningsRate
-
Uses of EarningsRate in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return EarningsRateModifier and TypeMethodDescriptionEarningsRate.accountCode(String accountCode) See AccountsEarningsRate.accrueLeave(Boolean accrueLeave) Indicates that this earnings rate should accrue leave.EarningsRate.allowanceCategory(AllowanceCategory allowanceCategory) allowanceCategoryEarningsRate.allowanceContributesToAnnualLeaveRate(Boolean allowanceContributesToAnnualLeaveRate) Boolean to determine if the allowance earnings rate contributes towards annual leave rate.EarningsRate.allowanceContributesToOvertimeRate(Boolean allowanceContributesToOvertimeRate) Boolean to determine if the allowance earnings rate contributes towards overtime allowance rate.EarningsRate.allowanceType(AllowanceType allowanceType) allowanceTypeOptional Amount for FIXEDAMOUNT RateType EarningsRateEarningsRate.currentRecord(Boolean currentRecord) Is the current recordEarningsRate.earningsRateID(UUID earningsRateID) Xero identifierEarningsRate.earningsType(EarningsType earningsType) earningsTypeEarningsRate.employmentTerminationPaymentType(EmploymentTerminationPaymentType employmentTerminationPaymentType) employmentTerminationPaymentTypeEarningsRate.isExemptFromSuper(Boolean isExemptFromSuper) See the ATO website for details of which payments are exempt from SGCEarningsRate.isExemptFromTax(Boolean isExemptFromTax) Most payments are subject to tax, so you should only set this value if you are sure that a payment is exempt from PAYG withholdingEarningsRate.isReportableAsW1(Boolean isReportableAsW1) Boolean to determine if the earnings rate is reportable or exempt from W1EarningsRate.multiplier(Double multiplier) This is the multiplier used to calculate the rate per unit, based on the employee’s ordinary earnings rate.Name of the earnings rate (max length = 100)EarningsRate.ratePerUnit(String ratePerUnit) Default rate per unit (optional).rateTypeEarningsRate.typeOfUnits(String typeOfUnits) Type of units used to record earnings (max length = 50).Methods in com.xero.models.payrollau that return types with arguments of type EarningsRateMethods in com.xero.models.payrollau with parameters of type EarningsRateModifier and TypeMethodDescriptionPayItem.addEarningsRatesItem(EarningsRate earningsRatesItem) earningsRatesMethod parameters in com.xero.models.payrollau with type arguments of type EarningsRateModifier and TypeMethodDescriptionPayItem.earningsRates(List<EarningsRate> earningsRates) earningsRatesvoidPayItem.setEarningsRates(List<EarningsRate> earningsRates) earningsRates