We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271c0e7 commit d3ee12eCopy full SHA for d3ee12e
Xero.NetStandard.OAuth2/Model/PayrollUk/Employee.cs
@@ -62,6 +62,14 @@ public enum GenderEnum
62
/// </summary>
63
[DataMember(Name="niCategory", EmitDefaultValue=false)]
64
public NICategoryLetter NiCategory { get; set; }
65
+ /// <summary>
66
+ /// Initializes a new instance of the <see cref="Employee" /> class.
67
+ /// </summary>
68
+ [JsonConstructorAttribute]
69
+ public Employee()
70
+ {
71
+ NiCategories = new List<NICategory>();
72
+ }
73
74
/// <summary>
75
/// Xero unique identifier for the employee
0 commit comments