WatchlistScreeningEntityReviewCreateRequest constructor

WatchlistScreeningEntityReviewCreateRequest({
  1. required List<String> confirmedHits,
  2. required List<String> dismissedHits,
  3. String? comment,
  4. String? clientId,
  5. String? secret,
  6. required String entityWatchlistScreeningId,
})

Implementation

WatchlistScreeningEntityReviewCreateRequest({
  required this.confirmedHits,
  required this.dismissedHits,
  this.comment,
  this.clientId,
  this.secret,
  required this.entityWatchlistScreeningId,
});