BinLookupData

data class BinLookupData(val brand: String, val paymentMethodVariant: String?, val isReliable: Boolean)

Class that contains data about the entered card number.

Parameters

brand

The detected brand.

paymentMethodVariant

The type of payment method. See the docs for more information.

isReliable

Indicates whether the data is reliable. If true, the card number is checked with Adyen systems. If false, the data is provided by a local detection algorithm.

Constructors

Link copied to clipboard
constructor(brand: String, paymentMethodVariant: String?, isReliable: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard