EmployeePayTemplateSupers
Queries the superannuation lines in an employee's pay template. Superannuation refers to the retirement savings the organization is required to contribute to on behalf of the employee.
Columns
| Name | Type | Filterable | Description |
| EmployeeID | String | The unique identifier for the employee, automatically assigned by Xero. | |
| SuperMembershipID | String | The unique identifier of the superannuation fund that this line contributes to. It links the contribution to a specific fund. | |
| ContributionType | String | The type of contribution being made. Valid values include 'SGC' (Superannuation Guarantee Contribution), 'SALARYSACRIFICE', 'EMPLOYERADDITIONAL', and 'EMPLOYEE'. | |
| CalculationType | String | The method used to calculate the superannuation contribution. Valid values are 'FIXEDAMOUNT', 'PERCENTAGEOFEARNINGS', or 'STATUTORY'. | |
| ExpenseAccountCode | String | The account code for the expense account used for recording this superannuation contribution. | |
| LiabilityAccountCode | String | The account code for the liability account used for recording this superannuation contribution. | |
| MinimumMonthlyEarnings | Decimal | The minimum amount of earnings the employee must make in a month for this contribution line to take effect. | |
| Percentage | Decimal | The percentage of the employee's earnings that will be contributed to the superannuation fund, applicable for certain contribution types. | |
| TenantId | String | The unique identifier for the tenant, allowing the query to target a specific tenant instead of the default connection tenant. |