employmentVerificationGetPost abstract method
- @Post.new(path: '/employment/verification/get')
- @Body.new() required EmploymentVerificationGetRequest? body,
Retrieve a summary of an individual's employment information.
Implementation
@Post(path: '/employment/verification/get')
Future<chopper.Response<EmploymentVerificationGetResponse>>
employmentVerificationGetPost(
{@Body() required EmploymentVerificationGetRequest? body});