SumupPaymentRequest constructor
SumupPaymentRequest(
- SumupPayment payment, {
- PaymentMethod paymentMethod = PaymentMethod.cardReader,
- @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, {
this.paymentMethod = PaymentMethod.cardReader,
@Deprecated(
'This field is not used anymore. See issue https://github.com/sumup/sumup-android-sdk/issues/166')
this.info,
});