Uses of Class
com.mercadopago.resources.point.PointPaymentIntentList
-
Packages that use PointPaymentIntentList Package Description com.mercadopago.client.point -
-
Uses of PointPaymentIntentList in com.mercadopago.client.point
Methods in com.mercadopago.client.point that return PointPaymentIntentList Modifier and Type Method Description PointPaymentIntentList
PointClient. getPaymentIntentList(PointPaymentIntentListRequest request)
Method responsible for getting a list of payment intents with their final states between a date range.PointPaymentIntentList
PointClient. getPaymentIntentList(PointPaymentIntentListRequest request, MPRequestOptions requestOptions)
Method responsible for getting a list of payment intents with their final states between a date range with request options.
-