public class

Card

extends PayPalRetailObject
java.lang.Object
   ↳ PayPalRetailObject
     ↳ com.paypal.paypalretailsdk.Card
Known Direct Subclasses

Class Overview

Information about a card presented to the PayPal Retail SDK

Summary

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
From class java.lang.Object

Public Constructors

public Card ()

Public Methods

public CardIssuer getCardIssuer ()

Issuer of the card that was presented to the SDK @readonly

public String getCardholderName ()

Name of consumer who owns the presented card @readonly

public Boolean getFailed ()

The presentation failed and this event is simply a notice of failure @readonly

public FormFactor getFormFactor ()

The process used by consumer to present the card @readonly

public Boolean getIsContactlessMSD ()

Indicates if a contactless MSD card was presented @readonly

public Boolean getIsSignatureRequired ()

true if given the card and the context in which it was presented, a signature is required. @readonly

public String getLastFourDigits ()

Last four digits of the presented card @readonly

public Boolean getPinPresent ()

Indicates if pin was entered after presenting the card @readonly

public PaymentDevice getReader ()

The device used to read the card @readonly

public String getTimestamp ()

A server-compatible formatted time for when this presentation occurred @readonly

public Boolean isEmv ()

Indicates if the presented card is EMV

public String toString ()

Returns a string representing the serialized state of the Card object