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

Commit 0410b8e

Browse files
Add JobTitle to AUPayroll Employee
1 parent c7da77c commit 0410b8e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Xero.Api/Payroll/Australia/Model/Employee.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ public class Employee : HasUpdatedDate
2929

3030
[DataMember(EmitDefaultValue = false)]
3131
public string Gender { get; set; }
32+
33+
[DataMember(EmitDefaultValue = false)]
34+
public string JobTitle { get; set; }
3235

3336
[DataMember(EmitDefaultValue = false)]
3437
public HomeAddress HomeAddress { get; set; }

0 commit comments

Comments
 (0)