Data constructor

Data({
  1. String? paymentStatus,
  2. String? orderStatus,
  3. String? total,
  4. int? orderId,
  5. String? transactionId,
  6. String? requestId,
})

Implementation

Data({this.paymentStatus, this.orderStatus, this.total, this.orderId, this.transactionId, this.requestId});