Strise Connect API Docs
TypesObjects

PepChange

Change in pep screening.

type PepChange {
  person: EntityLike!
  relationsToMonitoredEntity: [RelationKind!]!
  toValue: PepInfo!
  fromValue: PepInfo
}

Fields

person EntityLike! non-null interface

EntityLike! The person for which the screening has changed.

relationsToMonitoredEntity [RelationKind!]! non-null enum

[RelationKind!]! How the person is related to the monitored entity.

toValue PepInfo! non-null object

PepInfo! The changed screening result.

fromValue PepInfo object

PepInfo The previous screening result.

Member Of

CompanyPepChange object

On this page