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 PointPaymentIntentListRequest
PointPaymentIntentListRequest.PointPaymentIntentListRequestBuilder. build()
Methods in com.mercadopago.client.point with parameters of type PointPaymentIntentListRequest 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.
-