toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-core
/
com.stripe.android.model
/
PaymentMethodCreateParams
/
Link
Link
data
class
Link
(
paymentDetailsId
:
String
,
consumerSessionClientSecret
:
String
,
extraParams
:
Map
<
String
,
Any
>
?
=
null
)
:
StripeParamsModel
,
Parcelable
Members
Constructors
Link
Link copied to clipboard
constructor
(
paymentDetailsId
:
String
,
consumerSessionClientSecret
:
String
,
extraParams
:
Map
<
String
,
Any
>
?
=
null
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
to
Param
Map
Link copied to clipboard
open
override
fun
toParamMap
(
)
:
Map
<
String
,
Any
>
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)