Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit ea3f4ab

Browse files
authored
Merge pull request #340 from brettshearer/patch-1
Update EarningsType.cs
2 parents 5467e1d + 121abb8 commit ea3f4ab

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Xero.Api/Payroll/Australia/Model/Types/EarningsType.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ public enum EarningsType
1414
[EnumMember(Value = "ALLOWANCE")]
1515
Allowance,
1616
[EnumMember(Value = "LUMPSUMD")]
17-
LumpSumD
17+
LumpSumD,
18+
[EnumMember(Value = "EMPLOYMENTTERMINATIONPAYMENT")]
19+
EmploymentTerminationPayment
1820
}
19-
}
21+
}

0 commit comments

Comments
 (0)