SumupPaymentRequest class

Payment request object.

Constructors

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})

Properties

hashCode → int
The hash code for this object.
no setterinherited
info ↔ Map<String, String>?
All the additional information associated with this payment
getter/setter pair
payment ↔ SumupPayment
getter/setter pair
paymentMethod → PaymentMethod
Payment method: card reader (default) or Tap-to-Pay.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited