Refund constructor
Refund({})
Implementation
Refund({
required this.id,
required this.paymentId,
required this.amount,
required this.currency,
required this.status,
this.reason,
required this.createdAt,
});