Class: CardData

base.CardData()

new CardData()

Source:

Methods

(static) CardData#getCardholderName() → {String}

Get the field value The cardholderName data from the card.
Source:
Returns:
Type
String

(static) CardData#getEncrypted() → {Boolean}

Get the field value Indicates if the data is encrypted.
Source:
Returns:
Type
Boolean

(static) CardData#getExp() → {String}

Get the field value The exp data from the card.
Source:
Returns:
Type
String

(static) CardData#getFirst6() → {String}

Get the field value The first6 data from the card.
Source:
Returns:
Type
String

(static) CardData#getFirstName() → {String}

Get the field value The firstName data from the card.
Source:
Returns:
Type
String

(static) CardData#getLast4() → {String}

Get the field value The last4 data from the card.
Source:
Returns:
Type
String

(static) CardData#getLastName() → {String}

Get the field value The lastName data from the card.
Source:
Returns:
Type
String

(static) CardData#getMaskedTrack1() → {String}

Get the field value The track1 data from the card.
Source:
Returns:
Type
String

(static) CardData#getMaskedTrack2() → {String}

Get the field value The track2 data from the card.
Source:
Returns:
Type
String

(static) CardData#getMaskedTrack3() → {String}

Get the field value The track3 data from the card.
Source:
Returns:
Type
String

(static) CardData#getPan() → {String}

Get the field value The pan data from the card.
Source:
Returns:
Type
String

(static) CardData#getTrack1() → {String}

Get the field value The track1 data from the card.
Source:
Returns:
Type
String

(static) CardData#getTrack2() → {String}

Get the field value The track2 data from the card.
Source:
Returns:
Type
String

(static) CardData#getTrack3() → {String}

Get the field value The track3 data from the card.
Source:
Returns:
Type
String

(static) CardData#setCardholderName(cardholderName)

Set the field value The cardholderName data from the card.
Parameters:
Name Type Description
cardholderName String
Source:

(static) CardData#setEncrypted(encrypted)

Set the field value Indicates if the data is encrypted.
Parameters:
Name Type Description
encrypted Boolean
Source:

(static) CardData#setExp(exp)

Set the field value The exp data from the card.
Parameters:
Name Type Description
exp String
Source:

(static) CardData#setFirst6(first6)

Set the field value The first6 data from the card.
Parameters:
Name Type Description
first6 String
Source:

(static) CardData#setFirstName(firstName)

Set the field value The firstName data from the card.
Parameters:
Name Type Description
firstName String
Source:

(static) CardData#setLast4(last4)

Set the field value The last4 data from the card.
Parameters:
Name Type Description
last4 String
Source:

(static) CardData#setLastName(lastName)

Set the field value The lastName data from the card.
Parameters:
Name Type Description
lastName String
Source:

(static) CardData#setMaskedTrack1(maskedTrack1)

Set the field value The track1 data from the card.
Parameters:
Name Type Description
maskedTrack1 String
Source:

(static) CardData#setMaskedTrack2(maskedTrack2)

Set the field value The track2 data from the card.
Parameters:
Name Type Description
maskedTrack2 String
Source:

(static) CardData#setMaskedTrack3(maskedTrack3)

Set the field value The track3 data from the card.
Parameters:
Name Type Description
maskedTrack3 String
Source:

(static) CardData#setPan(pan)

Set the field value The pan data from the card.
Parameters:
Name Type Description
pan String
Source:

(static) CardData#setTrack1(track1)

Set the field value The track1 data from the card.
Parameters:
Name Type Description
track1 String
Source:

(static) CardData#setTrack2(track2)

Set the field value The track2 data from the card.
Parameters:
Name Type Description
track2 String
Source:

(static) CardData#setTrack3(track3)

Set the field value The track3 data from the card.
Parameters:
Name Type Description
track3 String
Source: