RuPayForgotPINRequest method

Future<RupayEncryption3DESModel> RuPayForgotPINRequest(
  1. BuildContext context,
  2. String jsonBody
)

Implementation

Future<RupayEncryption3DESModel> RuPayForgotPINRequest(BuildContext context, String jsonBody) async {
  var response = await sdkapiservice.postData(context, jsonBody, AppUrl.TA_Oneapp_RuPay_Forgot_PIN,false);
  return RupayEncryption3DESModel.fromJson(response);
}