GooglePayResponse class
Constructors
-
GooglePayResponse(String status, Map<
String, dynamic> ? result, {String? errorCode, String? errorMessage, String? errorDescription}) - GooglePayResponse.fromException()
- GooglePayResponse.fromMap(Map map)
- GooglePayResponse.fromPlatformException(PlatformException exception)
Properties
- errorCode → String?
-
final
- errorDescription → String?
-
final
- errorMessage → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCanceled → bool
-
True if Google Pay dialog was canceled
no setter
- isError → bool
-
True if there was an error while receiving the token
no setter
- isSuccess → bool
-
True if token was obtained successfully
no setter
-
result
→ Map<
String, dynamic> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
final
- token → String?
-
Payment token than you can use in payment by a cryptogram
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
Static Methods
-
parseResult(
String result) → Map< String, dynamic> ?