watchlistScreeningEntityGetPost method
Future<Response<WatchlistScreeningEntityGetResponse> >
watchlistScreeningEntityGetPost({
- required WatchlistScreeningEntityGetRequest? body,
Get an entity screening
Implementation
Future<chopper.Response<WatchlistScreeningEntityGetResponse>>
watchlistScreeningEntityGetPost(
{required WatchlistScreeningEntityGetRequest? body}) {
generatedMapping.putIfAbsent(WatchlistScreeningEntityGetResponse,
() => WatchlistScreeningEntityGetResponse.fromJsonFactory);
return _watchlistScreeningEntityGetPost(body: body);
}