Uses of Class
com.mercadopago.client.point.PointPaymentIntentListRequest
-
Packages that use PointPaymentIntentListRequest Package Description com.mercadopago.client.point -
-
Uses of PointPaymentIntentListRequest in com.mercadopago.client.point
Methods in com.mercadopago.client.point that return PointPaymentIntentListRequest Modifier and Type Method Description PointPaymentIntentListRequestPointPaymentIntentListRequest.PointPaymentIntentListRequestBuilder. build()Methods in com.mercadopago.client.point with parameters of type PointPaymentIntentListRequest Modifier and Type Method Description PointPaymentIntentListPointClient. getPaymentIntentList(PointPaymentIntentListRequest request)Method responsible for getting a list of payment intents with their final states between a date range.PointPaymentIntentListPointClient. 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.
-