Uses of Class
com.mercadopago.client.preference.PreferencePaymentMethodRequest
-
Packages that use PreferencePaymentMethodRequest Package Description com.mercadopago.client.preference -
-
Uses of PreferencePaymentMethodRequest in com.mercadopago.client.preference
Methods in com.mercadopago.client.preference that return PreferencePaymentMethodRequest Modifier and Type Method Description PreferencePaymentMethodRequestPreferencePaymentMethodRequest.PreferencePaymentMethodRequestBuilder. build()Methods in com.mercadopago.client.preference that return types with arguments of type PreferencePaymentMethodRequest Modifier and Type Method Description List<PreferencePaymentMethodRequest>PreferencePaymentMethodsRequest. getExcludedPaymentMethods()Payment methods not allowed in payment process (except account_money).Method parameters in com.mercadopago.client.preference with type arguments of type PreferencePaymentMethodRequest Modifier and Type Method Description PreferencePaymentMethodsRequest.PreferencePaymentMethodsRequestBuilderPreferencePaymentMethodsRequest.PreferencePaymentMethodsRequestBuilder. excludedPaymentMethods(List<PreferencePaymentMethodRequest> excludedPaymentMethods)Payment methods not allowed in payment process (except account_money).
-