BinData

data class BinData : Parcelable

A class to contain BIN data for the card number

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the card type is a commercial card and is capable of processing Level 2 transactions.

Link copied to clipboard

The country that issued the credit card.

Link copied to clipboard

Whether the card is a debit card.

Link copied to clipboard

A value indicating whether the issuing bank's card range is regulated by the Durbin Amendment due to the bank's assets.

Link copied to clipboard

Whether the card is a healthcare card.

Link copied to clipboard

The bank that issued the credit card.

Link copied to clipboard

Whether the card is a payroll card.

Link copied to clipboard

Whether the card is a prepaid card.

Link copied to clipboard

The code for the product type of the card (e.g. D (Visa Signature Preferred), G (Visa Business)).

Functions

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