Uses of Class
com.mercadopago.resources.point.PointPaymentIntent
-
Packages that use PointPaymentIntent Package Description com.mercadopago.client.point -
-
Uses of PointPaymentIntent in com.mercadopago.client.point
Methods in com.mercadopago.client.point that return PointPaymentIntent 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.
-