creditBankIncomePdfGetPost method

Future<Response<Object>> creditBankIncomePdfGetPost({
  1. required CreditBankIncomePDFGetRequest? body,
})

Retrieve information from the bank accounts used for income verification in PDF format

Implementation

Future<chopper.Response<Object>> creditBankIncomePdfGetPost(
    {required CreditBankIncomePDFGetRequest? body}) {
  return _creditBankIncomePdfGetPost(body: body);
}