PaymentCurrencyAmount constructor

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

Implementation

factory PaymentCurrencyAmount({
  _i2.String? currency,
  _i2.String? value,
}) =>
    PaymentCurrencyAmount._(
      currency: currency,
      value: value,
    );