SumupPaymentRequest constructor

SumupPaymentRequest(
  1. SumupPayment payment, {
  2. @Deprecated('This field is not used anymore. See issue https://github.com/sumup/sumup-android-sdk/issues/166') Map<String, String>? info,
})

Implementation

SumupPaymentRequest(
  this.payment, {
  @Deprecated(
      'This field is not used anymore. See issue https://github.com/sumup/sumup-android-sdk/issues/166')
  this.info,
});