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.
2 parents a0db2a9 + 3a498cf commit 6ba7998Copy full SHA for 6ba7998
src/CompaniesHouse/Response/FilingCategory.cs
@@ -83,5 +83,11 @@ public enum FilingCategory
83
84
[EnumMember(Value = "certificate")]
85
Certificate,
86
+
87
+ [EnumMember(Value = "officer")]
88
+ Officer,
89
90
+ [EnumMember(Value = "social-landlord")]
91
+ SocialLandlord,
92
}
93
src/CompaniesHouse/Response/FilingSubcategory.cs
@@ -89,5 +89,8 @@ public enum FilingSubcategory
[EnumMember(Value = "debenture")]
Debenture,
94
95
96
0 commit comments