TypesObjects
CompanyPepChange
Change in pep screening of a company (i.e. for persons related to the company).
type CompanyPepChange implements ChangeLike {
pepChanges: [PepChange!]!
kind: DatasetKind!
}Fields
pepChanges [PepChange!]! non-null object
kind DatasetKind! non-null enum
DatasetKind!
Change kind, determines the data structure of the change.
Interfaces
ChangeLike interface
ChangeLike
An interface type of monitoring change kinds.