Strise Connect API Docs
TypesObjects

CountryContext

Used to define an entity's relationship to a country. Such as a Company's country of residence, a PrivatePerson's citizenship, or a CustomBusinessPerson's nationality.

type CountryContext {
  relationship: CountryRelationship!
  country: Country!
}

Fields

relationship CountryRelationship! non-null enum

CountryRelationship!

country Country! non-null object

Country!

Member Of

BusinessPerson object Company object CustomBusinessPerson object EntityLike interface MonitoredEntityLike interface PrivatePerson object

On this page