incomeVerificationTaxformsGetPost method

Future<Response<IncomeVerificationTaxformsGetResponse>> incomeVerificationTaxformsGetPost({
  1. required IncomeVerificationTaxformsGetRequest? body,
})

(Deprecated) Retrieve information from the tax documents used for income verification

Implementation

Future<chopper.Response<IncomeVerificationTaxformsGetResponse>>
    incomeVerificationTaxformsGetPost(
        {required IncomeVerificationTaxformsGetRequest? body}) {
  generatedMapping.putIfAbsent(IncomeVerificationTaxformsGetResponse,
      () => IncomeVerificationTaxformsGetResponse.fromJsonFactory);

  return _incomeVerificationTaxformsGetPost(body: body);
}