GooglePayEnvironment enum
Google Pay Environment. In order to make test payments you still have to obtain access to production environment. See developers.google.com/pay/api/android/guides/test-and-deploy/request-prod-access
Values
- test → const GooglePayEnvironment
- production → const GooglePayEnvironment
Properties
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
Constants
-
values
→ const List<
GooglePayEnvironment> - A constant List of the values in this enum, in order of their declaration.