java.lang.Object | ||
↳ | PayPalRetailObject | |
↳ | com.paypal.paypalretailsdk.Card |
![]() |
Information about a card presented to the PayPal Retail SDK
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Card() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CardIssuer |
getCardIssuer()
Issuer of the card that was presented to the SDK @readonly
| ||||||||||
String |
getCardholderName()
Name of consumer who owns the presented card @readonly
| ||||||||||
Boolean |
getFailed()
The presentation failed and this event is simply a notice of failure @readonly
| ||||||||||
FormFactor |
getFormFactor()
The process used by consumer to present the card @readonly
| ||||||||||
Boolean |
getIsContactlessMSD()
Indicates if a contactless MSD card was presented @readonly
| ||||||||||
Boolean |
getIsSignatureRequired()
true if given the card and the context in which it
was presented, a signature is required.
| ||||||||||
String |
getLastFourDigits()
Last four digits of the presented card @readonly
| ||||||||||
Boolean |
getPinPresent()
Indicates if pin was entered after presenting the card @readonly
| ||||||||||
PaymentDevice |
getReader()
The device used to read the card @readonly
| ||||||||||
String |
getTimestamp()
A server-compatible formatted time for when this
presentation occurred @readonly
| ||||||||||
Boolean |
isEmv()
Indicates if the presented card is EMV
| ||||||||||
String |
toString()
Returns a string representing the serialized state of the Card object
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Name of consumer who owns the presented card @readonly
The presentation failed and this event is simply a notice of failure @readonly
Indicates if a contactless MSD card was presented @readonly
true if given the card and the context in which it was presented, a signature is required. @readonly
Last four digits of the presented card @readonly
Indicates if pin was entered after presenting the card @readonly
A server-compatible formatted time for when this presentation occurred @readonly
Indicates if the presented card is EMV
Returns a string representing the serialized state of the Card object