Card

constructor(brand: String, fingerprint: String, firstSix: String, lastFour: String)

Parameters

brand

The card brand. Possible values are:

  • amex

  • diners

  • discover

  • jcb

  • mastercard

  • unionpay

  • visa

  • unknown

fingerprint

Uniquely identifies the content of the card number. It can be used to determine whether two customers who have signed up have used the same card number.

firstSix

The first six digits of the associated card data.

lastFour

The last four digits of the associated card data.