Configuration

data class Configuration(@DrawableRes merchantLogo: Int, stripePublishableKey: String)

Data to configure the verification flow.

Constructors

Link copied to clipboard
fun Configuration(@DrawableRes merchantLogo: Int, stripePublishableKey: String)

Properties

Link copied to clipboard
val merchantLogo: Int
Link copied to clipboard
val stripePublishableKey: String