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