PayEngineConfig constructor
Creates an instance of PayEngineConfig.
publicKey(required): The public key for authentication.version: The version of the PayEngine integration.scriptURL: The script URL for the PayEngine JavaScript library.logLevel: The log level for debugging.
Implementation
PayEngineConfig({
required this.publicKey,
this.version,
this.scriptURL,
this.logLevel,
});