CheckStatusRequest.fromJson constructor
Implementation
factory CheckStatusRequest.fromJson(Map<String, dynamic> json) =>
CheckStatusRequest(mid: json["Mid"], merchantTxnRefNo: List<String>.from(json["MerchantTxnRefNo"].map((x) => x)), hashMac: json["HashMac"]);