identityVerificationRetryPost method
Future<Response<IdentityVerificationRetryResponse> >
identityVerificationRetryPost({
- required IdentityVerificationRetryRequest? body,
Retry an Identity Verification
Implementation
Future<chopper.Response<IdentityVerificationRetryResponse>>
identityVerificationRetryPost(
{required IdentityVerificationRetryRequest? body}) {
generatedMapping.putIfAbsent(IdentityVerificationRetryResponse,
() => IdentityVerificationRetryResponse.fromJsonFactory);
return _identityVerificationRetryPost(body: body);
}