Type alias AMLSearchV2

AMLSearchV2: {
    @type: "AMLSearch";
    comment?: string;
    flagType?: string;
    hitLocation?: string;
    hitNumber?: number;
    hits?: AMLHitV2[];
    identifier?: string;
    lists?: AMLListV2[];
    recordId?: util.v2.OneOrMore<string>;
    score?: string | number;
}

Type declaration

  • @type: "AMLSearch"
  • Optional comment?: string
  • Optional flagType?: string
  • Optional hitLocation?: string
  • Optional hitNumber?: number
  • Optional hits?: AMLHitV2[]
  • Optional identifier?: string
  • Optional lists?: AMLListV2[]
  • Optional recordId?: util.v2.OneOrMore<string>
  • Optional score?: string | number