stripe-android
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stripe-android
payments-model
/
com.stripe.android.model
/
StripeParamsModel
Stripe
Params
Model
interface
StripeParamsModel
:
Parcelable
Model for a Stripe API object creation parameters
Inheritors
TokenParams
Members
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
to
Param
Map
Link copied to clipboard
abstract
fun
toParamMap
(
)
:
Map
<
String
,
Any
>
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)