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

Commit a2e337c

Browse files
authored
Merge branch 'master' into master
2 parents 1b28208 + ea3f4ab commit a2e337c

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Xero.Api/Infrastructure/Exceptions/NotAvailableException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace Xero.Api.Infrastructure.Exceptions
55
{
66
[Serializable]
7-
internal class NotAvailableException
7+
public class NotAvailableException
88
: XeroApiException
99
{
1010
public NotAvailableException() { }

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)