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