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