PaymentCurrencyAmount constructor

PaymentCurrencyAmount({
  1. required String currency,
  2. required String value,
})

Implementation

external factory PaymentCurrencyAmount({
  required String currency,
  required String value,
});