Uses of Class
com.xero.models.payrolluk.EarningsRate
Packages that use EarningsRate
-
Uses of EarningsRate in com.xero.api.client
Methods in com.xero.api.client with parameters of type EarningsRateModifier and TypeMethodDescriptionPayrollUkApi.createEarningsRate(String accessToken, String xeroTenantId, EarningsRate earningsRate, String idempotencyKey) Creates a new earnings ratecom.google.api.client.http.HttpResponsePayrollUkApi.createEarningsRateForHttpResponse(String accessToken, String xeroTenantId, EarningsRate earningsRate, String idempotencyKey) Creates a new earnings rate -
Uses of EarningsRate in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EarningsRateModifier and TypeMethodDescriptionEarningsRate.currentRecord(Boolean currentRecord) Indicates whether an earning type is activeEarningsRate.earningsRateID(UUID earningsRateID) Xero unique identifier for an earning rateEarningsRate.earningsType(EarningsRate.EarningsTypeEnum earningsType) Indicates how an employee will be paid when taking this type of earningEarningsRate.expenseAccountID(UUID expenseAccountID) The account that will be used for the earnings rateEarningsRate.fixedAmount(Double fixedAmount) Optional Fixed Rate Amount.EarningsRateObject.getEarningsRate()Get earningsRateEarningsRate.multipleOfOrdinaryEarningsRate(Double multipleOfOrdinaryEarningsRate) This is the multiplier used to calculate the rate per unit, based on the employee’s ordinary earnings rate.Name of the earning rateEarningsRate.ratePerUnit(Double ratePerUnit) Default rate per unit (optional).EarningsRate.rateType(EarningsRate.RateTypeEnum rateType) Indicates the type of the earning rateEarningsRate.typeOfUnits(String typeOfUnits) The type of units used to record earningsMethods in com.xero.models.payrolluk that return types with arguments of type EarningsRateMethods in com.xero.models.payrolluk with parameters of type EarningsRateModifier and TypeMethodDescriptionEarningsRates.addEarningsRatesItem(EarningsRate earningsRatesItem) earningsRatesEarningsRateObject.earningsRate(EarningsRate earningsRate) earningsRatevoidEarningsRateObject.setEarningsRate(EarningsRate earningsRate) earningsRateMethod parameters in com.xero.models.payrolluk with type arguments of type EarningsRateModifier and TypeMethodDescriptionEarningsRates.earningsRates(List<EarningsRate> earningsRates) earningsRatesvoidEarningsRates.setEarningsRates(List<EarningsRate> earningsRates) earningsRates