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 classMPElementsResourcesPage<T>Search page that contains elements property.classMPResourceList<T>List of resources returned by an API.classMPResultsResourcesPage<T>MPResultsResourcesPage class. - 
Uses of MPResource in com.mercadopago.resources
Subclasses of MPResource in com.mercadopago.resources Modifier and Type Class Description classCardTokenSend 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 classCustomerThis class allows you to store customers data safely to improve the shopping experience.classCustomerCardCustomer card details. - 
Uses of MPResource in com.mercadopago.resources.identificationtype
Subclasses of MPResource in com.mercadopago.resources.identificationtype Modifier and Type Class Description classIdentificationTypeIdentification Type resource. - 
Uses of MPResource in com.mercadopago.resources.merchantorder
Subclasses of MPResource in com.mercadopago.resources.merchantorder Modifier and Type Class Description classMerchantOrderMerchant Order resource. - 
Uses of MPResource in com.mercadopago.resources.oauth
Subclasses of MPResource in com.mercadopago.resources.oauth Modifier and Type Class Description classCreateOauthCredentialCreateOauthCredential class.classOauthCredentialCredential information for an Oauth authorization.classRefreshOauthCredentialRefreshOauthCredential class. - 
Uses of MPResource in com.mercadopago.resources.payment
Subclasses of MPResource in com.mercadopago.resources.payment Modifier and Type Class Description classPaymentPayment class.classPaymentRefundPaymentRefund class. - 
Uses of MPResource in com.mercadopago.resources.paymentmethod
Subclasses of MPResource in com.mercadopago.resources.paymentmethod Modifier and Type Class Description classPaymentMethodPayment Method resource. - 
Uses of MPResource in com.mercadopago.resources.point
Subclasses of MPResource in com.mercadopago.resources.point Modifier and Type Class Description classPointCancelPaymentIntentPoint cancel payment intent resource.classPointDeviceOperatingModeDevice operating mode resource.classPointDevicesPoint devices resource.classPointPaymentIntentPoint Payment Intent resource.classPointPaymentIntentListPointPaymentIntentList class.classPointSearchPaymentIntentPoint Payment Intent resource.classPointStatusPaymentIntentPayment intent status resource. - 
Uses of MPResource in com.mercadopago.resources.preapproval
Subclasses of MPResource in com.mercadopago.resources.preapproval Modifier and Type Class Description classPreapprovalPreapproval resource. - 
Uses of MPResource in com.mercadopago.resources.preference
Subclasses of MPResource in com.mercadopago.resources.preference Modifier and Type Class Description classPreferencePreference resource.classPreferenceSearchPreference resource. - 
Uses of MPResource in com.mercadopago.resources.user
Subclasses of MPResource in com.mercadopago.resources.user Modifier and Type Class Description classUserUser 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. 
 -