stripe-android
payments-core
/
com.stripe.android.model
/
TokenParams
Token
Params
abstract
class
TokenParams
(
tokenType
:
Token.Type
,
attribution
:
Set
<
String
>
)
:
StripeParamsModel
,
Parcelable
Content copied to clipboard
Functions
Properties
Inheritors
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
to
Param
Map
Link copied to clipboard
open
override
fun
toParamMap
(
)
:
Map
<
String
,
Any
>
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
typeDataParams
Link copied to clipboard
abstract
val
typeDataParams
:
Map
<
String
,
Any
>
Content copied to clipboard
Inheritors
AccountParams
Link copied to clipboard
BankAccountTokenParams
Link copied to clipboard
CardParams
Link copied to clipboard
CvcTokenParams
Link copied to clipboard
PersonTokenParams
Link copied to clipboard