ElepayConfiguration class

The configuration data used to initialize elepay SDK.

Constructors

ElepayConfiguration(String publicKey, {String remoteHostBaseUrl = "", GooglePayEnvironment? googlePayEnvironment, ElepayLanguageKey? languageKey, ElepayTheme? theme})
Construct the configuation data.

Properties

asMap Map<String, String>
no setter
googlePayEnvironment GooglePayEnvironment?
The environment of Google Pay.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
languageKey ElepayLanguageKey?
The language used by the elepay SDK.
getter/setter pair
publicKey String
The key that can be retrieved from your dashboard page.
getter/setter pair
remoteHostBaseUrl String
The url used as the base url when accessing remote resources/APIs.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
theme ElepayTheme?
The theme used by the elepay SDK.
getter/setter pair

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