Type alias AMLHitCriteriaV2

AMLHitCriteriaV2: {
    @type: "AMLHitCriteria";
    birthDate?: string;
    countryCode?: string;
    documentIdentifier?: string;
    documentType?: string;
    identifier?: string;
    location?: string;
    lowQualityNameMatch?: boolean;
    matchDegree?: string | number;
    name?: string;
    primaryName?: boolean;
}

Type declaration

  • @type: "AMLHitCriteria"
  • Optional birthDate?: string
  • Optional countryCode?: string
  • Optional documentIdentifier?: string
  • Optional documentType?: string
  • Optional identifier?: string
  • Optional location?: string
  • Optional lowQualityNameMatch?: boolean
  • Optional matchDegree?: string | number
  • Optional name?: string
  • Optional primaryName?: boolean