Configuration
data class Configuration(val financialConnectionsSessionClientSecret: String, val publishableKey: String) : Parcelable
Content copied to clipboard
Configuration for a FinancialConnectionsSheet
Parameters
financialConnectionsSessionClientSecret
the session client secret
publishableKey
the Stripe publishable key
Constructors
Link copied to clipboard
fun Configuration(financialConnectionsSessionClientSecret: String, publishableKey: String)
Content copied to clipboard