AI-generated Key Takeaways
-
PaymentCardRecognitionIntentRequest.Builder is used to create a PaymentCardRecognitionIntentRequest instance.
-
The
build()method returns the PaymentCardRecognitionIntentRequest created with the data passed to the Builder. -
The Builder class inherits methods from the java.lang.Object class.
Builder to create a PaymentCardRecognitionIntentRequest
instance.
Public Method Summary
| PaymentCardRecognitionIntentRequest |
build()
Returns the
PaymentCardRecognitionIntentRequest created with the data passed to
the Builder.
|
Inherited Method Summary
Public Methods
public PaymentCardRecognitionIntentRequest build ()
Returns the
PaymentCardRecognitionIntentRequest created with the data passed to the
Builder.