Uses of Class
com.mercadopago.core.MPRequestOptions
- 
- 
Uses of MPRequestOptions in com.mercadopago.client
Methods in com.mercadopago.client with parameters of type MPRequestOptions Modifier and Type Method Description protected MPResponseMercadoPagoClient. list(String path, MPRequestOptions requestOptions)Convenience method to perform requests that returns lists of results.protected MPResponseMercadoPagoClient. list(String path, HttpMethod method, com.google.gson.JsonObject payload, Map<String,Object> queryParams, MPRequestOptions requestOptions)Convenience method to perform requests that returns lists of results.protected MPResponseMercadoPagoClient. search(String path, MPSearchRequest searchRequest, MPRequestOptions requestOptions)Convenience method to perform searches.protected MPResponseMercadoPagoClient. send(MPRequest request, MPRequestOptions requestOptions)Method used directly or by other methods to make requests with request options.protected MPResponseMercadoPagoClient. send(String path, HttpMethod method, com.google.gson.JsonObject payload, Map<String,Object> queryParams, MPRequestOptions requestOptions)Method used directly or by other methods to make requests. - 
Uses of MPRequestOptions in com.mercadopago.client.cardtoken
Methods in com.mercadopago.client.cardtoken with parameters of type MPRequestOptions Modifier and Type Method Description CardTokenCardTokenClient. create(CardTokenRequest request, MPRequestOptions requestOptions)Create token associated with a card.CardTokenCardTokenClient. get(String id, MPRequestOptions requestOptions)Get card token. - 
Uses of MPRequestOptions in com.mercadopago.client.customer
Methods in com.mercadopago.client.customer with parameters of type MPRequestOptions Modifier and Type Method Description CustomerCardCustomerCardClient. create(String customerId, CustomerCardCreateRequest request, MPRequestOptions requestOptions)Add card for customer.CustomerCustomerClient. create(CustomerRequest request, MPRequestOptions requestOptions)Add new customer.CustomerCardCustomerClient. createCard(String customerId, CustomerCardCreateRequest request, MPRequestOptions requestOptions)Associate new card with customer.CustomerCardCustomerCardClient. delete(String customerId, String cardId, MPRequestOptions requestOptions)Remove card for customer.CustomerCustomerClient. delete(String customerId, MPRequestOptions requestOptions)Delete customer.CustomerCardCustomerClient. deleteCard(String customerId, String cardId, MPRequestOptions requestOptions)Delete card.CustomerCardCustomerCardClient. get(String customerId, String cardId, MPRequestOptions requestOptions)Get card of customer.CustomerCustomerClient. get(String customerId, MPRequestOptions requestOptions)Get customer.CustomerCardCustomerClient. getCard(String customerId, String cardId, MPRequestOptions requestOptions)Get customer card by id.MPResourceList<CustomerCard>CustomerCardClient. listAll(String customerId, MPRequestOptions requestOptions)List all cards of customer.MPResourceList<CustomerCard>CustomerClient. listCards(String customerId, MPRequestOptions requestOptions)List customer cards.MPResultsResourcesPage<Customer>CustomerClient. search(MPSearchRequest request, MPRequestOptions requestOptions)Search customer.CustomerCustomerClient. update(String customerId, CustomerRequest request, MPRequestOptions requestOptions)Update customer. - 
Uses of MPRequestOptions in com.mercadopago.client.identificationtype
Methods in com.mercadopago.client.identificationtype with parameters of type MPRequestOptions Modifier and Type Method Description MPResourceList<IdentificationType>IdentificationTypeClient. list(MPRequestOptions requestOptions)List all identification types. - 
Uses of MPRequestOptions in com.mercadopago.client.merchantorder
Methods in com.mercadopago.client.merchantorder with parameters of type MPRequestOptions Modifier and Type Method Description MerchantOrderMerchantOrderClient. create(MerchantOrderCreateRequest request, MPRequestOptions requestOptions)Method responsible for creating merchant order with request options.MerchantOrderMerchantOrderClient. get(Long id, MPRequestOptions requestOptions)Method responsible for getting merchant order.MPElementsResourcesPage<MerchantOrder>MerchantOrderClient. search(MPSearchRequest request, MPRequestOptions requestOptions)Method responsible for search merchant order.MerchantOrderMerchantOrderClient. update(Long id, MerchantOrderUpdateRequest request, MPRequestOptions requestOptions)Method responsible for creating merchant order with request options. - 
Uses of MPRequestOptions in com.mercadopago.client.oauth
Methods in com.mercadopago.client.oauth with parameters of type MPRequestOptions Modifier and Type Method Description CreateOauthCredentialOauthClient. createCredential(String authorizationCode, String redirectUri, MPRequestOptions requestOptions)Create Oauth credentials to operate on behalf of a seller.StringOauthClient. getAuthorizationURL(String appId, String redirectUri, MPRequestOptions requestOptions)Get URL for Oauth authorization.RefreshOauthCredentialOauthClient. refreshCredential(String refreshToken, MPRequestOptions requestOptions)Refresh Oauth credentials. - 
Uses of MPRequestOptions in com.mercadopago.client.payment
Methods in com.mercadopago.client.payment with parameters of type MPRequestOptions Modifier and Type Method Description PaymentPaymentClient. cancel(Long id, MPRequestOptions requestOptions)Method responsible for cancel payment with request options.PaymentPaymentClient. capture(Long id, MPRequestOptions requestOptions)Method responsible for capture payment.PaymentPaymentClient. capture(Long id, BigDecimal amount, MPRequestOptions requestOptions)Method responsible for capture payment.PaymentPaymentClient. create(PaymentCreateRequest request, MPRequestOptions requestOptions)Method responsible for creating payment with request options.PaymentPaymentClient. get(Long id, MPRequestOptions requestOptions)Method responsible for getting payment.PaymentRefundPaymentRefundClient. get(Long paymentId, Long refundId, MPRequestOptions requestOptions)Gets refund information by id from the payment.PaymentRefundPaymentClient. getRefund(Long paymentId, Long refundId, MPRequestOptions requestOptions)Gets a refund by id from the payment.MPResourceList<PaymentRefund>PaymentRefundClient. list(Long paymentId, MPRequestOptions requestOptions)Lists the refunds of the payment.MPResourceList<PaymentRefund>PaymentClient. listRefunds(Long paymentId, MPRequestOptions requestOptions)Lists the refunds of the payment.PaymentRefundPaymentClient. refund(Long paymentId, MPRequestOptions requestOptions)Creates a total refund for payment.PaymentRefundPaymentClient. refund(Long paymentId, BigDecimal amount, MPRequestOptions requestOptions)Creates a refund for payment.PaymentRefundPaymentRefundClient. refund(Long paymentId, MPRequestOptions requestOptions)Creates a refund for payment.PaymentRefundPaymentRefundClient. refund(Long paymentId, BigDecimal amount, MPRequestOptions requestOptions)Creates a refund for payment.MPResultsResourcesPage<Payment>PaymentClient. search(MPSearchRequest request, MPRequestOptions requestOptions)Method responsible for search payments. - 
Uses of MPRequestOptions in com.mercadopago.client.paymentmethod
Methods in com.mercadopago.client.paymentmethod with parameters of type MPRequestOptions Modifier and Type Method Description MPResourceList<PaymentMethod>PaymentMethodClient. list(MPRequestOptions requestOptions)List all payment methods. - 
Uses of MPRequestOptions in com.mercadopago.client.point
Methods in com.mercadopago.client.point with parameters of type MPRequestOptions Modifier and Type Method Description PointCancelPaymentIntentPointClient. cancelPaymentIntent(String deviceId, String paymentIntentId, MPRequestOptions requestOptions)Method responsible for cancelling a payment intent.PointDeviceOperatingModePointClient. changeDeviceOperatingMode(String deviceId, PointDeviceOperatingModeRequest request, MPRequestOptions requestOptions)Method responsible for change the device operating mode with request options.PointPaymentIntentPointClient. createPaymentIntent(String deviceId, PointPaymentIntentRequest request, MPRequestOptions requestOptions)Method responsible for creating payment intent with request options.PointDevicesPointClient. getDevices(MPSearchRequest request, MPRequestOptions requestOptions)Method responsible for getting the devices.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.PointStatusPaymentIntentPointClient. getPaymentIntentStatus(String paymentIntentId, MPRequestOptions requestOptions)Method responsible for finding the last state of a payment intent.PointSearchPaymentIntentPointClient. searchPaymentIntent(String paymentIntentId, MPRequestOptions requestOptions)Method responsible for getting a payment intent. - 
Uses of MPRequestOptions in com.mercadopago.client.preapproval
Methods in com.mercadopago.client.preapproval with parameters of type MPRequestOptions Modifier and Type Method Description PreapprovalPreapprovalClient. create(PreapprovalCreateRequest request, MPRequestOptions requestOptions)Creates a Preapproval.PreapprovalPreapprovalClient. get(String id, MPRequestOptions requestOptions)Get a Preapproval by your ID.MPResultsResourcesPage<Preapproval>PreapprovalClient. search(MPSearchRequest request, MPRequestOptions requestOptions)Method responsible for search preapprovals.PreapprovalPreapprovalClient. update(String id, PreapprovalUpdateRequest request, MPRequestOptions requestOptions)Updates a Preapproval. - 
Uses of MPRequestOptions in com.mercadopago.client.preference
Methods in com.mercadopago.client.preference with parameters of type MPRequestOptions Modifier and Type Method Description PreferencePreferenceClient. create(PreferenceRequest request, MPRequestOptions requestOptions)Method responsible for creating preference with request options.PreferencePreferenceClient. get(String id, MPRequestOptions requestOptions)Method responsible for getting preference.MPElementsResourcesPage<PreferenceSearch>PreferenceClient. search(MPSearchRequest request, MPRequestOptions requestOptions)Method responsible for search preference.PreferencePreferenceClient. update(String id, PreferenceRequest request, MPRequestOptions requestOptions)Method responsible for updating preference with request options. - 
Uses of MPRequestOptions in com.mercadopago.client.user
Methods in com.mercadopago.client.user with parameters of type MPRequestOptions Modifier and Type Method Description UserUserClient. get(MPRequestOptions requestOptions)Get user information with custom attributes on request. - 
Uses of MPRequestOptions in com.mercadopago.core
Methods in com.mercadopago.core that return MPRequestOptions Modifier and Type Method Description MPRequestOptionsMPRequestOptions.MPRequestOptionsBuilder. build()static MPRequestOptionsMPRequestOptions. createDefault()Create default MPRequestOptions. - 
Uses of MPRequestOptions in com.mercadopago.net
Methods in com.mercadopago.net with parameters of type MPRequestOptions Modifier and Type Method Description static MPRequestMPRequest. buildRequest(String path, HttpMethod method, com.google.gson.JsonObject payload, Map<String,Object> queryParams, MPRequestOptions requestOptions)Method responsible for build MP request. 
 -