Types

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
val avsCheck: String? = null

Whether address pass the check

Link copied to clipboard
val bin: String? = null

Bank identify number of this card

Link copied to clipboard
val brand: String? = null

Brand of the card

Link copied to clipboard
val cardType: String? = null

Card type of the card

Link copied to clipboard
val country: String? = null

Country of the card

Link copied to clipboard
val cvc: String? = null

CVC holder name

Link copied to clipboard
val cvcCheck: String? = null

Whether CVC pass the check

Link copied to clipboard
val expiryMonth: String? = null

Two digit number representing the card’s expiration month

Link copied to clipboard
val expiryYear: String? = null

Four digit number representing the card’s expiration year

Link copied to clipboard
val fingerprint: String? = null

Fingerprint of the card

Link copied to clipboard
val funding: String? = null

Funding of the card

Link copied to clipboard

Country code of the card issuer

Link copied to clipboard
val last4: String? = null

Last four digits of the card number

Link copied to clipboard
val name: String? = null

Card holder name

Link copied to clipboard
val number: String? = null

Number of the card

Link copied to clipboard

Type of the number

Link copied to clipboard
open val sdkType: String
Link copied to clipboard
open val sdkVersion: String

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toParamMap(): Map<String, Any>
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)