stripe-android
payments-core
/
com.stripe.android.networking
/
StripeRepository
/
createLinkFinancialConnectionsSession
create
Link
Financial
Connections
Session
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
abstract
suspend
fun
createLinkFinancialConnectionsSession
(
consumerSessionClientSecret
:
String
,
requestOptions
:
ApiRequest.Options
)
:
FinancialConnectionsSession
?