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