PaymentData constructor
PaymentData({})
Implementation
PaymentData({
required this.customer, // properly use CustomerDetails
required this.amount,
required this.method,
required this.transactionId,
required this.time,
this.status = "pending",
});