java.lang.Object | |||
↳ | PayPalRetailObject | ||
↳ | com.paypal.paypalretailsdk.Card | ||
↳ | com.paypal.paypalretailsdk.MagneticCard |
Information about a card presented to the PayPal Retail SDK
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MagneticCard() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getExpiration()
The expiration date (YYMM)
| ||||||||||
String |
getFirstName()
Cardholder first name
| ||||||||||
String |
getKsn()
Key serial number of the reader used to interpret the track data
| ||||||||||
String |
getLastName()
Cardholder last name
| ||||||||||
String |
getMiddleInitial()
Cardholder middle name
| ||||||||||
String |
getPan()
The personal account number (usually masked)
| ||||||||||
String |
getTrack1()
Encrypted track1 data if available
| ||||||||||
String |
getTrack2()
Encrypted track2 data if available
| ||||||||||
String |
getTrack3()
Encrypted track3 data if available
| ||||||||||
void |
setExpiration(String value)
The expiration date (YYMM)
| ||||||||||
void |
setFirstName(String value)
Cardholder first name
| ||||||||||
void |
setKsn(String value)
Key serial number of the reader used to interpret the track data
| ||||||||||
void |
setLastName(String value)
Cardholder last name
| ||||||||||
void |
setMiddleInitial(String value)
Cardholder middle name
| ||||||||||
void |
setPan(String value)
The personal account number (usually masked)
| ||||||||||
void |
setTrack1(String value)
Encrypted track1 data if available
| ||||||||||
void |
setTrack2(String value)
Encrypted track2 data if available
| ||||||||||
void |
setTrack3(String value)
Encrypted track3 data if available
| ||||||||||
String |
toString()
Returns a string representing the serialized state of the MagneticCard object
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
The expiration date (YYMM)
Cardholder first name
Key serial number of the reader used to interpret the track data
Cardholder last name
Cardholder middle name
The personal account number (usually masked)
Encrypted track1 data if available
Encrypted track2 data if available
Encrypted track3 data if available
The expiration date (YYMM)
Cardholder first name
Key serial number of the reader used to interpret the track data
Cardholder last name
Cardholder middle name
The personal account number (usually masked)
Encrypted track1 data if available
Encrypted track2 data if available
Encrypted track3 data if available
Returns a string representing the serialized state of the MagneticCard object