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
Content copied to clipboard
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
)
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
linked
Account
Id
Link copied to clipboard
val
linkedAccountId
:
String
Content copied to clipboard