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