WatchlistScreeningEntityGetRequest constructor

WatchlistScreeningEntityGetRequest({
  1. required String entityWatchlistScreeningId,
  2. String? secret,
  3. String? clientId,
})

Implementation

WatchlistScreeningEntityGetRequest({
  required this.entityWatchlistScreeningId,
  this.secret,
  this.clientId,
});