incomeVerificationRefreshPost abstract method
- @Post.new(path: '/income/verification/refresh')
- @Body.new() required IncomeVerificationRefreshRequest? body,
Refresh an income verification
Implementation
@Post(path: '/income/verification/refresh')
Future<chopper.Response<IncomeVerificationRefreshResponse>>
incomeVerificationRefreshPost(
{@Body() required IncomeVerificationRefreshRequest? body});