From 7fdfbd3111c507e7c44fa48ec576ff029e32adb1 Mon Sep 17 00:00:00 2001 From: Lei Liu Date: Tue, 12 Mar 2019 22:04:19 +1100 Subject: [PATCH] Add EmployerIdentificationNumber --- Xero.Api/Core/Model/Organisation.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Xero.Api/Core/Model/Organisation.cs b/Xero.Api/Core/Model/Organisation.cs index 94143074..f61e5185 100644 --- a/Xero.Api/Core/Model/Organisation.cs +++ b/Xero.Api/Core/Model/Organisation.cs @@ -54,6 +54,9 @@ public class Organisation [DataMember(EmitDefaultValue = false)] public int? FinancialYearEndMonth { get; set; } + [DataMember(EmitDefaultValue = false)] + public string EmployerIdentificationNumber { get; set; } + [DataMember(EmitDefaultValue = false)] public DateTime? PeriodLockDate { get; set; }