incomeVerificationPaystubsGetPost method

Future<Response<IncomeVerificationPaystubsGetResponse>> incomeVerificationPaystubsGetPost({
  1. required IncomeVerificationPaystubsGetRequest? body,
})

(Deprecated) Retrieve information from the paystubs used for income verification

Implementation

Future<chopper.Response<IncomeVerificationPaystubsGetResponse>>
    incomeVerificationPaystubsGetPost(
        {required IncomeVerificationPaystubsGetRequest? body}) {
  generatedMapping.putIfAbsent(IncomeVerificationPaystubsGetResponse,
      () => IncomeVerificationPaystubsGetResponse.fromJsonFactory);

  return _incomeVerificationPaystubsGetPost(body: body);
}