PaymentAmountRefunded constructor
PaymentAmountRefunded({
- required PaymentAmountCurrency currency,
- required double value,
Implementation
PaymentAmountRefunded({
required this.currency,
required this.value,
});