SplitRefundComplete constructor
const
SplitRefundComplete({})
Implementation
const SplitRefundComplete({
required this.refundAmount,
required this.paymentType,
this.refundEventId,
required this.parentEventId,
required this.success,
this.errorMessage,
this.lastRefundId,
});