PaymentMethod constructor

PaymentMethod({
  1. String? status,
  2. String? message,
  3. String? txnRef,
  4. String? approvalRefNo,
  5. String? response,
  6. String? txnId,
  7. String? responseCode,
  8. String? trtxnRef,
})

Implementation

PaymentMethod(
    {this.status,
    this.message,
    this.txnRef,
    this.approvalRefNo,
    this.response,
    this.txnId,
    this.responseCode,
    this.trtxnRef});