Strise Connect API Docs
TypesEnums

EntityRelationshipKind

The kind of relationship between the two entities.

enum EntityRelationshipKind {
  BENEFICIAL_OWNERSHIP
  OTHER
  OWNERSHIP
  ROLE
}

Values

BENEFICIAL_OWNERSHIP

Some other relationship between the entities.

OTHER

Some other relationship between the entities.

OWNERSHIP

One owns shares in the other.

ROLE

One entity holds a role in the other.

Member Of

BusinessPerson object Company object CustomBusinessPerson object EntityConnectionEdge object EntityLike interface PathConnectionEdge object PrivatePerson object

On this page