copyWith method
Implementation
CheckStatusRequest copyWith({String? mid, List<String>? merchantTxnRefNo, String? hashMac}) =>
CheckStatusRequest(mid: mid ?? this.mid, merchantTxnRefNo: merchantTxnRefNo ?? this.merchantTxnRefNo, hashMac: hashMac ?? this.hashMac);