Data constructor
Data({})
Implementation
Data({
this.transactionId,
this.status,
this.paymentMethod,
this.amount,
this.currency,
this.customerId,
this.customerName,
this.merchantId,
this.merchantName,
this.transactionDate,
this.orderId,
});