Class Card
java.lang.Object
com.thalesgroup.gemalto.d1.clicktopay.Card
The card information that is enrolled in the Click to Pay service.
- Since:
- 4.3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets thebilling addressassociated with the card.Gets the cardholder name.Gets the unique identifier of the card.Gets the digital card identifier.Gets the card expiration date of the card.getLast4()Gets the last four digits of the PAN.
-
Constructor Details
-
Card
-
-
Method Details
-
getCardID
Gets the unique identifier of the card. -
getLast4
Gets the last four digits of the PAN. -
getDigitalCardID
Gets the digital card identifier. -
getExpiryDate
Gets the card expiration date of the card. -
getCardHolderName
Gets the cardholder name. This is applicable only toVisa. -
getBillingAddress
Gets thebilling addressassociated with the card.
-