toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-model
/
com.stripe.android.model
/
TokenParams
Token
Params
abstract
class
TokenParams
(
val
tokenType
:
Token.Type
,
val
attribution
:
Set
<
String
>
=
emptySet()
)
:
StripeParamsModel
,
Parcelable
Members
Constructors
Token
Params
Link copied to clipboard
constructor
(
tokenType
:
Token.Type
,
attribution
:
Set
<
String
>
=
emptySet()
)
Properties
attribution
Link copied to clipboard
val
attribution
:
Set
<
String
>
The SDK components that were involved in the creation of this token
token
Type
Link copied to clipboard
val
tokenType
:
Token.Type
type
Data
Params
Link copied to clipboard
abstract
val
typeDataParams
:
Map
<
String
,
Any
>
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
)