Skip to content

Commit 6ba7998

Browse files
authored
Merge pull request #210 from shandybob76/issue/209-filing-category-additions
209 - add missing filing category and subcategory values
2 parents a0db2a9 + 3a498cf commit 6ba7998

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/CompaniesHouse/Response/FilingCategory.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,11 @@ public enum FilingCategory
8383

8484
[EnumMember(Value = "certificate")]
8585
Certificate,
86+
87+
[EnumMember(Value = "officer")]
88+
Officer,
89+
90+
[EnumMember(Value = "social-landlord")]
91+
SocialLandlord,
8692
}
8793
}

src/CompaniesHouse/Response/FilingSubcategory.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,8 @@ public enum FilingSubcategory
8989

9090
[EnumMember(Value = "debenture")]
9191
Debenture,
92+
93+
[EnumMember(Value = "social-landlord")]
94+
SocialLandlord,
9295
}
9396
}

0 commit comments

Comments
 (0)