Configuration
data class Configuration(linkAccountSessionClientSecret: String, publishableKey: String) : Parcelable
Content copied to clipboard
Configuration for a Connections Sheet
Parameters
linkAccountSessionClientSecret
the client secret for the Link Account Session
publishableKey
the Stripe publishable key
Constructors
Link copied to clipboard
fun Configuration(linkAccountSessionClientSecret: String, publishableKey: String)
Content copied to clipboard