PaymentAmountToRefund constructor

PaymentAmountToRefund({
  1. required PaymentAmountCurrency currency,
  2. required double value,
})

Implementation

PaymentAmountToRefund({
  required this.currency,
  required this.value,
});