Uses of Class
com.mercadopago.resources.point.PointCancelPaymentIntent
-
Packages that use PointCancelPaymentIntent Package Description com.mercadopago.client.point -
-
Uses of PointCancelPaymentIntent in com.mercadopago.client.point
Methods in com.mercadopago.client.point that return PointCancelPaymentIntent Modifier and Type Method Description PointCancelPaymentIntent
PointClient. cancelPaymentIntent(String deviceId, String paymentIntentId)
Method responsible for cancelling a payment intent.PointCancelPaymentIntent
PointClient. cancelPaymentIntent(String deviceId, String paymentIntentId, MPRequestOptions requestOptions)
Method responsible for cancelling a payment intent.
-