TransactionDetailsData constructor
TransactionDetailsData({})
Implementation
TransactionDetailsData({
required this.id,
required this.orderId,
required this.paymentStatus,
required this.customerPhone,
required this.customerName,
required this.customerEmail,
required this.createdAt,
required this.amount,
});