TransactionStatusResponse constructor

TransactionStatusResponse({
  1. String? status,
  2. String? paymentId,
  3. Map<String, dynamic>? order,
  4. String? date,
  5. String? reason,
  6. Map<String, dynamic>? customer,
})

Implementation

TransactionStatusResponse({
  this.status,
  this.paymentId,
  this.order,
  this.date,
  this.reason,
  this.customer,
});