stripe-android
financial-connections
/
com.stripe.android.financialconnections.launcher
/
FinancialConnectionsSheetLinkResult
/
Completed
Completed
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
Completed
(
val
linkedAccountId
:
String
)
:
FinancialConnectionsSheetLinkResult
The customer completed the connections session.
Constructors
Functions
Properties
Parameters
Parameters
linked
Account
Id
The linked account id result of the AuthFlow.
Constructors
Completed
Link copied to clipboard
fun
Completed
(
linkedAccountId
:
String
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
linked
Account
Id
Link copied to clipboard
val
linkedAccountId
:
String