ThreeDSecureUsage

data class ThreeDSecureUsage @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val isSupported: Boolean) : StripeModel

Contains details on how this Card maybe be used for 3D Secure authentication.

card.three_d_secure_usage

Constructors

Link copied to clipboard
constructor(isSupported: Boolean)

Properties

Link copied to clipboard

Whether 3D Secure is supported on this card.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)