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