stripe-android
payments-core
/
com.stripe.android.model
/
TokenizationMethod
Tokenization
Method
enum
TokenizationMethod
:
Enum
<
TokenizationMethod
>
Content copied to clipboard
If a card number is tokenized, this is the method that was used.
See
tokenization_method
Entries
Properties
Entries
VisaCheckout
Link copied to clipboard
VisaCheckout
(
setOf("visa_checkout")
)
Content copied to clipboard
Masterpass
Link copied to clipboard
Masterpass
(
setOf("masterpass")
)
Content copied to clipboard
GooglePay
Link copied to clipboard
GooglePay
(
setOf("android_pay", "google")
)
Content copied to clipboard
ApplePay
Link copied to clipboard
ApplePay
(
setOf("apple_pay")
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard