incomeVerificationPaystubsGet abstract method

  1. @Post(path: '/income/verification/paystubs/get')
Future<Response<IncomeVerificationPaystubsGetResponse>> incomeVerificationPaystubsGet({
  1. @Body() @required IncomeVerificationPaystubsGetRequest? body,
})

Retrieve information from the paystubs used for income verification @param body

Implementation

@Post(path: '/income/verification/paystubs/get')
Future<chopper.Response<IncomeVerificationPaystubsGetResponse>>
    incomeVerificationPaystubsGet(
        {@Body() @required IncomeVerificationPaystubsGetRequest? body});