Whitelabel Pay Configurations
data class WhitelabelPayConfigurations(val bundleId: String, val merchantId: String, var notificationId: String?, val environment: WhitelabelPayEnvironment, val showErrorLogs: Boolean)
SDK Configuration
Parameters
bundle Id
main application bundle identifier
merchant Id
Merchant identifier provided by Payment Tools
notification Id
Unique notification identifier for the device
environment
indicates the environment providing WhitelabelPay services
show Error Logs
flag to display logs in logcat
Throws
Constructors
Link copied to clipboard
constructor(bundleId: String, merchantId: String, notificationId: String?, environment: WhitelabelPayEnvironment, showErrorLogs: Boolean)