TransactionStatusResponse constructor

TransactionStatusResponse({
  1. String? channelCode,
  2. String? invoiceNo,
  3. TransactionStatusAdditionalInfo? additionalInfo,
  4. String? responseCode,
  5. String? responseDescription,
})

Implementation

TransactionStatusResponse({
  this.channelCode,
  this.invoiceNo,
  this.additionalInfo,
  this.responseCode,
  this.responseDescription,
});