Uses of Class
com.mercadopago.net.MPResource
-
-
Uses of MPResource in com.mercadopago.net
Subclasses of MPResource in com.mercadopago.net Modifier and Type Class Description class
MPElementsResourcesPage<T>
Search page that contains elements property.class
MPResourceList<T>
List of resources returned by an API.class
MPResultsResourcesPage<T>
MPResultsResourcesPage class. -
Uses of MPResource in com.mercadopago.resources
Subclasses of MPResource in com.mercadopago.resources Modifier and Type Class Description class
CardToken
Send customer card data to Mercado Pago server and receive a token to complete the payments transactions. -
Uses of MPResource in com.mercadopago.resources.customer
Subclasses of MPResource in com.mercadopago.resources.customer Modifier and Type Class Description class
Customer
This class allows you to store customers data safely to improve the shopping experience.class
CustomerCard
Customer card details. -
Uses of MPResource in com.mercadopago.resources.identificationtype
Subclasses of MPResource in com.mercadopago.resources.identificationtype Modifier and Type Class Description class
IdentificationType
Identification Type resource. -
Uses of MPResource in com.mercadopago.resources.merchantorder
Subclasses of MPResource in com.mercadopago.resources.merchantorder Modifier and Type Class Description class
MerchantOrder
Merchant Order resource. -
Uses of MPResource in com.mercadopago.resources.oauth
Subclasses of MPResource in com.mercadopago.resources.oauth Modifier and Type Class Description class
CreateOauthCredential
CreateOauthCredential class.class
OauthCredential
Credential information for an Oauth authorization.class
RefreshOauthCredential
RefreshOauthCredential class. -
Uses of MPResource in com.mercadopago.resources.payment
Subclasses of MPResource in com.mercadopago.resources.payment Modifier and Type Class Description class
Payment
Payment class.class
PaymentRefund
PaymentRefund class. -
Uses of MPResource in com.mercadopago.resources.paymentmethod
Subclasses of MPResource in com.mercadopago.resources.paymentmethod Modifier and Type Class Description class
PaymentMethod
Payment Method resource. -
Uses of MPResource in com.mercadopago.resources.point
Subclasses of MPResource in com.mercadopago.resources.point Modifier and Type Class Description class
PointCancelPaymentIntent
Point cancel payment intent resource.class
PointDeviceOperatingMode
Device operating mode resource.class
PointDevices
Point devices resource.class
PointPaymentIntent
Point Payment Intent resource.class
PointPaymentIntentList
PointPaymentIntentList class.class
PointSearchPaymentIntent
Point Payment Intent resource.class
PointStatusPaymentIntent
Payment intent status resource. -
Uses of MPResource in com.mercadopago.resources.preapproval
Subclasses of MPResource in com.mercadopago.resources.preapproval Modifier and Type Class Description class
Preapproval
Preapproval resource. -
Uses of MPResource in com.mercadopago.resources.preference
Subclasses of MPResource in com.mercadopago.resources.preference Modifier and Type Class Description class
Preference
Preference resource.class
PreferenceSearch
Preference resource. -
Uses of MPResource in com.mercadopago.resources.user
Subclasses of MPResource in com.mercadopago.resources.user Modifier and Type Class Description class
User
User information.. -
Uses of MPResource in com.mercadopago.serialization
Methods in com.mercadopago.serialization with type parameters of type MPResource Modifier and Type Method Description static <T extends MPResource>
MPElementsResourcesPage<T>Serializer. deserializeElementsResourcesPageFromJson(Type type, String jsonObject)
Method responsible for deserialize json to ElementsResources.static <T extends MPResource>
TSerializer. deserializeFromJson(Class<T> clazz, String jsonObject)
Method responsible for deserialize objects.static <T extends MPResource>
MPResourceList<T>Serializer. deserializeListFromJson(Class<T> clazz, String jsonObject)
Method responsible for deserialize objects.static <T extends MPResource>
MPResultsResourcesPage<T>Serializer. deserializeResultsResourcesPageFromJson(Type type, String jsonObject)
Method responsible for deserialize json to ResultsResources.
-