PaymentConsentPeriodicAmountAmount constructor

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

Implementation

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