TrxnRespModel constructor

TrxnRespModel({
  1. required String tranId,
  2. required String responseCode,
  3. required String amount,
  4. required String result,
  5. required String cardToken,
  6. required String cardBrand,
  7. required String maskedPanNo,
  8. required String responseMsg,
})

Implementation

TrxnRespModel({required this.tranId, required this.responseCode, required this.amount, required this.result,
     required this.cardToken,required this.cardBrand,required this.maskedPanNo,required this.responseMsg});