Uses of Class
com.mercadopago.client.point.PointPaymentIntentRequest
-
Packages that use PointPaymentIntentRequest Package Description com.mercadopago.client.point -
-
Uses of PointPaymentIntentRequest in com.mercadopago.client.point
Methods in com.mercadopago.client.point that return PointPaymentIntentRequest Modifier and Type Method Description PointPaymentIntentRequest
PointPaymentIntentRequest.PointPaymentIntentRequestBuilder. build()
Methods in com.mercadopago.client.point with parameters of type PointPaymentIntentRequest Modifier and Type Method Description PointPaymentIntent
PointClient. createPaymentIntent(String deviceId, PointPaymentIntentRequest request)
Method responsible for creating a payment intent.PointPaymentIntent
PointClient. createPaymentIntent(String deviceId, PointPaymentIntentRequest request, MPRequestOptions requestOptions)
Method responsible for creating payment intent with request options.
-