WatchlistScreeningEntityProgramGetRequest constructor

WatchlistScreeningEntityProgramGetRequest({
  1. required String entityWatchlistProgramId,
  2. String? secret,
  3. String? clientId,
})

Implementation

WatchlistScreeningEntityProgramGetRequest({
  required this.entityWatchlistProgramId,
  this.secret,
  this.clientId,
});