Closed alexmohr1966 closed 2 years ago
Hey @alexmohr1966, Thanks for highlighting this issue, we'll sort this out for you as soon as possible.
Great, thanks @kevbite . As you will see, I have missed one property under Identification
[JsonProperty("country_registered")]
public string CountryRegistered { get; set; }
When a PSC is of kind "corporate-entity-person-with-significant-control" essential information to identify the company is transferred within in the property "identification". Unfortunately this is not mapped in the class PersonWithSignificantControl. Here we would need to add
referencing a new class
Thank you for your consideration.