TransactionResultResponse constructor

TransactionResultResponse({
  1. String? channelCode,
  2. String? invoiceNo,
  3. String? type,
  4. String? data,
  5. String? fallbackData,
  6. int? expiryTimer,
  7. String? expiryDescription,
  8. String? responseCode,
  9. String? responseDescription,
})

Implementation

TransactionResultResponse({
  this.channelCode,
  this.invoiceNo,
  this.type,
  this.data,
  this.fallbackData,
  this.expiryTimer,
  this.expiryDescription,
  this.responseCode,
  this.responseDescription,
});