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 f7f4e96 commit 7db16beCopy full SHA for 7db16be
src/CompaniesHouse/Response/PersonsWithSignificantControl/PersonsWithSignificantControl.cs
@@ -12,5 +12,14 @@ public class PersonsWithSignificantControl
12
13
[JsonProperty(PropertyName = "ceased_count")]
14
public int? CeasedCount { get; set; }
15
+
16
+ [JsonProperty(PropertyName = "items_per_page")]
17
+ public int ItemsPerPage { get; set; }
18
19
+ [JsonProperty(PropertyName = "start_index")]
20
+ public int StartIndex { get; set; }
21
22
+ [JsonProperty(PropertyName = "total_results")]
23
+ public int TotalResults { get; set; }
24
}
25
0 commit comments