Elepay Configuration
class ElepayConfiguration(val apiKey: String, val remoteHostBaseUrl: String = "", val googlePayEnvironment: GooglePayEnvironment? = null, val googlePayExistingPaymentRequired: Boolean = true, val languageKey: LanguageKey = LanguageKey.System, val theme: ElepayTheme = ElepayTheme.System)
The base configuration of elepay SDK.
Constructors
Link copied to clipboard
constructor(apiKey: String, remoteHostBaseUrl: String = "", googlePayEnvironment: GooglePayEnvironment? = null, googlePayExistingPaymentRequired: Boolean = true, languageKey: LanguageKey = LanguageKey.System, theme: ElepayTheme = ElepayTheme.System)
Properties
Link copied to clipboard
The environment of Google Pay.
Link copied to clipboard
Whether to require existing payment method for Google Pay.
Link copied to clipboard
The language used by the elepay sdk.
Link copied to clipboard
The url used as the base url when accessing remote resources/APIs.
Link copied to clipboard
The theme of ui components used by elepay SDK.