SumupPaymentRequest constructor
SumupPaymentRequest(
- SumupPayment payment, {
- @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,
});