It's possible to query ISO nationality codes and ISO country codes from World-Check One API. As far as I can tell from the API docs, when some data is related to a country it specifies it in a Country object (with code and name). Is it safe to assume that all these Country objects will have an ISO country code inside and not a nationality code?
Is there some specific call where it's necessary to use the nationality code instead of the country code?
Thank you.