Completed

data class Completed(val linkedAccountId: String) : FinancialConnectionsSheetLinkResult

The customer completed the connections session.

Parameters

linkedAccountId

The linked account id result of the AuthFlow.

Constructors

Link copied to clipboard
fun Completed(linkedAccountId: 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 linkedAccountId: String