Environment enum

Setup Payment Environment

Inheritance

Constructors

Environment()
const

Values

test → const Environment

Environment for running in the test environment with relaxed application / merchant requirements. This environment is suggested for early development and for easily testing the Payments.

  • Does not require the application to be uploaded to the Apple Store / Google Play Store.
  • Does not require a Apple Developer Profile / Google Pay Developer Profile.
  • It uses production data, but at the end of the transaction you will receive a fake and non chargeable payment credential.
  • The user will see a warning message that the app is not recognized/verified
production → const Environment

Environment for running in production with the most stringent application / merchant requirements.

  • Requires the application is uploaded to the Apple Store / Google Play Store.
  • Requires a Apple Developer Profile / Google Pay Developer Profile to be used to enable Apple / Google Pay for the app.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<Environment>
A constant List of the values in this enum, in order of their declaration.