Completed

data class Completed(val linkAccountSession: LinkAccountSession, val token: Token) : FinancialConnectionsSheetForTokenResult

The customer completed the connections session.

Parameters

linkAccountSession

The link account session connected

Constructors

Link copied to clipboard
fun Completed(linkAccountSession: LinkAccountSession, token: Token)

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 linkAccountSession: LinkAccountSession
Link copied to clipboard
val token: Token