PaymentResponseModel constructor

PaymentResponseModel({
  1. String? accCode,
  2. String? merchantCode,
  3. String? msisdn,
  4. Object? otp,
  5. Object? refId,
  6. int? responseCode,
  7. String? responseDescription,
  8. String? transactionId,
})

Implementation

PaymentResponseModel({
  this.accCode,
  this.merchantCode,
  this.msisdn,
  this.otp,
  this.refId,
  this.responseCode,
  this.responseDescription,
  this.transactionId,
});