Skip to content

Commit d3ee12e

Browse files
author
sangeet-joy_xero
committed
generated from codegen
1 parent 271c0e7 commit d3ee12e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Xero.NetStandard.OAuth2/Model/PayrollUk/Employee.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ public enum GenderEnum
6262
/// </summary>
6363
[DataMember(Name="niCategory", EmitDefaultValue=false)]
6464
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+
}
6573

6674
/// <summary>
6775
/// Xero unique identifier for the employee

0 commit comments

Comments
 (0)