HostResponse constructor

const HostResponse({
  1. String? transactionId,
  2. String? referenceNumber,
  3. String? authCode,
  4. String? responseCode,
  5. String? responseMessage,
  6. String? traceNumber,
  7. String? batchNumber,
  8. String? expressResponseCode,
  9. String? expressResponseMessage,
  10. String? hostResponseCode,
  11. String? hostResponseMessage,
  12. String? processorName,
})

Implementation

const HostResponse({
  this.transactionId,
  this.referenceNumber,
  this.authCode,
  this.responseCode,
  this.responseMessage,
  this.traceNumber,
  this.batchNumber,
  this.expressResponseCode,
  this.expressResponseMessage,
  this.hostResponseCode,
  this.hostResponseMessage,
  this.processorName,
});