TypesObjects
SanctionInfo
Sanction information.
type SanctionInfo {
sanctioned: Boolean!
sanctions(
includeSuggestedFalse: Boolean = false
): [Sanction!]!
}Fields
sanctioned Boolean! non-null scalar
sanctions [Sanction!]! non-null object
includeSuggestedFalse Boolean scalar
Boolean
Whether to include sanctions that have been suggested false and are not confirmed true. Only relevant for users with access to the sanction verification feature. Defaults to false.
Member Of
BusinessPerson object Company object CustomBusinessPerson object EntityLike interface MonitoredEntityLike interface PrivatePerson object SanctionChange object