stripe-android
androidJvm
payments-core
/
com.stripe.android.model
/
FinancialConnectionsSession
Financial
Connections
Session
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
FinancialConnectionsSession
(
val
clientSecret
:
String
?
,
val
id
:
String
?
)
:
StripeModel
Constructors
Functions
Properties
Constructors
Financial
Connections
Session
Link copied to clipboard
constructor
(
clientSecret
:
String
?
,
id
:
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
client
Secret
Link copied to clipboard
val
clientSecret
:
String
?
id
Link copied to clipboard
val
id
:
String
?