Configuration

data class Configuration(linkAccountSessionClientSecret: String, publishableKey: String) : Parcelable

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)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val linkAccountSessionClientSecret: String
Link copied to clipboard
val publishableKey: String