HostResponseData constructor

const HostResponseData({
  1. required String? transactionId,
  2. required String? rrn,
  3. required String? stan,
  4. required String? trackId,
  5. required String? paymentId,
  6. required String? accessUrl,
})

Implementation

const HostResponseData({
  required this.transactionId,
  required this.rrn,
  required this.stan,
  required this.trackId,
  required this.paymentId,
  required this.accessUrl,
});