TransactionResponse constructor

TransactionResponse({
  1. String? paymentStatus,
  2. String? paymentCode,
})

Implementation

TransactionResponse({
  this.paymentStatus,
  this.paymentCode,
});