WhitelabelPayConfigurations

data class WhitelabelPayConfigurations(val bundleId: String, val merchantId: String, var notificationId: String?, val environment: WhitelabelPayEnvironment, val showErrorLogs: Boolean)

SDK Configuration

Parameters

bundleId

main application bundle identifier

merchantId

Merchant identifier provided by Payment Tools

notificationId

Unique notification identifier for the device

environment

indicates the environment providing WhitelabelPay services

showErrorLogs

flag to display logs in logcat

Throws

Constructors

Link copied to clipboard
constructor(bundleId: String, merchantId: String, notificationId: String?, environment: WhitelabelPayEnvironment, showErrorLogs: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard