Uses of Class
com.mercadopago.net.MPResourceList
-
-
Uses of MPResourceList in com.mercadopago.client.customer
Methods in com.mercadopago.client.customer that return MPResourceList Modifier and Type Method Description MPResourceList<CustomerCard>CustomerCardClient. listAll(String customerId)List all cards of customer.MPResourceList<CustomerCard>CustomerCardClient. listAll(String customerId, MPRequestOptions requestOptions)List all cards of customer.MPResourceList<CustomerCard>CustomerClient. listCards(String customerId)List customer cards.MPResourceList<CustomerCard>CustomerClient. listCards(String customerId, MPRequestOptions requestOptions)List customer cards. -
Uses of MPResourceList in com.mercadopago.client.identificationtype
Methods in com.mercadopago.client.identificationtype that return MPResourceList Modifier and Type Method Description MPResourceList<IdentificationType>IdentificationTypeClient. list()List all identification types.MPResourceList<IdentificationType>IdentificationTypeClient. list(MPRequestOptions requestOptions)List all identification types. -
Uses of MPResourceList in com.mercadopago.client.payment
Methods in com.mercadopago.client.payment that return MPResourceList Modifier and Type Method Description MPResourceList<PaymentRefund>PaymentRefundClient. list(Long paymentId)Lists the refunds of the payment.MPResourceList<PaymentRefund>PaymentRefundClient. list(Long paymentId, MPRequestOptions requestOptions)Lists the refunds of the payment.MPResourceList<PaymentRefund>PaymentClient. listRefunds(Long paymentId)Lists the refunds of the payment.MPResourceList<PaymentRefund>PaymentClient. listRefunds(Long paymentId, MPRequestOptions requestOptions)Lists the refunds of the payment. -
Uses of MPResourceList in com.mercadopago.client.paymentmethod
Methods in com.mercadopago.client.paymentmethod that return MPResourceList Modifier and Type Method Description MPResourceList<PaymentMethod>PaymentMethodClient. list()List all payment methods.MPResourceList<PaymentMethod>PaymentMethodClient. list(MPRequestOptions requestOptions)List all payment methods. -
Uses of MPResourceList in com.mercadopago.serialization
Methods in com.mercadopago.serialization that return MPResourceList Modifier and Type Method Description static <T extends MPResource>
MPResourceList<T>Serializer. deserializeListFromJson(Class<T> clazz, String jsonObject)Method responsible for deserialize objects.
-