Uses of Class
com.xero.models.payrollnz.EarningsOrder
-
Packages that use EarningsOrder Package Description com.xero.models.payrollnz -
-
Uses of EarningsOrder in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EarningsOrder Modifier and Type Method Description EarningsOrderEarningsOrder. currentRecord(Boolean currentRecord)Identifier of a record is active or not.EarningsOrderEarningsOrderObject. getStatutoryDeduction()Get statutoryDeductionEarningsOrderEarningsOrder. id(UUID id)Xero unique identifier for an earning rateEarningsOrderEarningsOrder. liabilityAccountId(UUID liabilityAccountId)Xero identifier for Liability AccountEarningsOrderEarningsOrder. name(String name)Name of the earning orderEarningsOrderEarningsOrder. statutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory)statutoryDeductionCategoryMethods in com.xero.models.payrollnz that return types with arguments of type EarningsOrder Modifier and Type Method Description List<EarningsOrder>EarningsOrders. getStatutoryDeductions()Get statutoryDeductionsMethods in com.xero.models.payrollnz with parameters of type EarningsOrder Modifier and Type Method Description EarningsOrdersEarningsOrders. addStatutoryDeductionsItem(EarningsOrder statutoryDeductionsItem)statutoryDeductionsvoidEarningsOrderObject. setStatutoryDeduction(EarningsOrder statutoryDeduction)statutoryDeductionEarningsOrderObjectEarningsOrderObject. statutoryDeduction(EarningsOrder statutoryDeduction)statutoryDeductionMethod parameters in com.xero.models.payrollnz with type arguments of type EarningsOrder Modifier and Type Method Description voidEarningsOrders. setStatutoryDeductions(List<EarningsOrder> statutoryDeductions)statutoryDeductionsEarningsOrdersEarningsOrders. statutoryDeductions(List<EarningsOrder> statutoryDeductions)statutoryDeductions
-