fundLimitCheckModel method
Implementation
Future<FundLimitCheckModel> fundLimitCheckModel(
BuildContext context, var data) async {
dynamic response = await sdkapiservice.postData(context, data,
AppUrl.IMPS_Funding_Limit_Check, false);
return FundLimitCheckModel.fromJson(response);
}