Strise Connect API Docs
TypesObjects

EntityIdentifier

No description

type EntityIdentifier {
  value: String!
  country: CountryCode
  kind: EntityIdentifierKind!
  description: String
}

Fields

value String! non-null scalar

String!

country CountryCode scalar

CountryCode The country of the register from which this identifier was issued.

kind EntityIdentifierKind! non-null enum

EntityIdentifierKind! The identifiers kind.

description String scalar

String The identifiers description.

Member Of

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

On this page