A Parcelable that
represents the result passed back from Google payment card recognition Activity when a
payment card has been successfully recognized.
| CreditCardExpirationDate |
getCreditCardExpirationDate()
Gets
CreditCardExpirationDate of the recognized credit card.
|
| static PaymentCardRecognitionResult |
getFromIntent(Intent
intent)
Gets a
PaymentCardRecognitionResult from the intent returned by a
successful Google payment card recognition Activity.
|
| String |
getPan()
Gets the payment card number (PAN) of the recognized credit card.
|
Gets CreditCardExpirationDate
of the recognized credit card.
CreditCardExpirationDate
if the API recognizes a valid expiration date. Otherwise, returns null
when the API recognizes either no expiration date or an expired expiration date.Gets a PaymentCardRecognitionResult
from the intent returned by a successful Google payment card recognition Activity.
PaymentCardRecognitionResult
if status code is Activity.RESULT_OK,
or null if status code is Activity.RESULT_CANCELED
or
WalletConstants.ERROR_CODE_INTERNAL_ERROR.Gets the payment card number (PAN) of the recognized credit card.