PaymentResponse class
Response from processingPayment
, contains raw data.
Constructors
-
PaymentResponse({required Map<
String, dynamic> ? rawData}) -
Response from
processingPayment
, contains raw data.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
rawData
→ Map<
String, dynamic> ? -
Raw payment data
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token → String
-
Payment token
no setter
- tokenOrNull → String?
-
Payment token or null
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited