RefundEntry constructor
const
RefundEntry({})
Implementation
const RefundEntry({
required this.platform,
required this.transactionId,
required this.originalId,
this.productId,
required this.refundDate,
this.reasonCode,
required this.raw,
});