CardToken

constructor(token: String, publicKey: String? = null, firstSixDigits: String? = null, expirationMonth: Int? = null, expirationYear: Int? = null, lastFourDigits: String? = null, cardHolder: CardHolder? = null, status: String? = null, dateCreated: String? = null, dateLastUpdated: String? = null, dateDue: String? = null, luhnValidation: Boolean? = null, liveMode: Boolean? = null, requireEsc: Boolean? = null, cardNumberLength: Int? = null, securityCodeLength: Int? = null, truncCardNumber: String? = null)

Parameters

token

The secure token representing the card, generated after successful tokenization

publicKey

This app public Key

firstSixDigits

First card six digits

expirationMonth

Card expiration Month

expirationYear

Card expiration year

lastFourDigits

Last four digits of the card

cardHolder

Card holder

status

Card status

dateCreated

Date of creation of this token

dateLastUpdated

Date of creation of this token

dateDue

Date of creation of this token

luhnValidation

Card number has passed luhn Validation

liveMode

This is live mode

requireEsc

This require esc

cardNumberLength

Card number length

securityCodeLength

Card security code length

truncCardNumber

Thunc Card Number