A Parcelable request
to the
PaymentsClient.getPaymentCardRecognitionIntent(PaymentCardRecognitionIntentRequest)
API to get a PendingIntent
of the Google payment card recognition Activity.
The only current payment card recognition type is optical character recognition (OCR).
| class | PaymentCardRecognitionIntentRequest.Builder | Builder to create a
PaymentCardRecognitionIntentRequest instance. |
|
| static PaymentCardRecognitionIntentRequest.Builder |
builder()
Creates a builder to construct the
PaymentCardRecognitionIntentRequest object.
|
| static PaymentCardRecognitionIntentRequest |
getDefaultInstance()
Gets a default
PaymentCardRecognitionIntentRequest whose payment card recognition
type is OCR.
|
Creates a builder to construct the
PaymentCardRecognitionIntentRequest object.
Gets a default
PaymentCardRecognitionIntentRequest whose payment card recognition type is
OCR.