stripe-android
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
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Financial
Connections
Session
Link copied to clipboard
fun
FinancialConnectionsSession
(
clientSecret
:
String
?
,
id
:
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
client
Secret
Link copied to clipboard
val
clientSecret
:
String
?
Content copied to clipboard
id
Link copied to clipboard
val
id
:
String
?
Content copied to clipboard