Uses of Class
com.mercadopago.client.preference.PreferencePaymentTypeRequest
-
Packages that use PreferencePaymentTypeRequest Package Description com.mercadopago.client.preference -
-
Uses of PreferencePaymentTypeRequest in com.mercadopago.client.preference
Methods in com.mercadopago.client.preference that return PreferencePaymentTypeRequest Modifier and Type Method Description PreferencePaymentTypeRequest
PreferencePaymentTypeRequest.PreferencePaymentTypeRequestBuilder. build()
Methods in com.mercadopago.client.preference that return types with arguments of type PreferencePaymentTypeRequest Modifier and Type Method Description List<PreferencePaymentTypeRequest>
PreferencePaymentMethodsRequest. getExcludedPaymentTypes()
Payment types not allowed in payment process.Method parameters in com.mercadopago.client.preference with type arguments of type PreferencePaymentTypeRequest Modifier and Type Method Description PreferencePaymentMethodsRequest.PreferencePaymentMethodsRequestBuilder
PreferencePaymentMethodsRequest.PreferencePaymentMethodsRequestBuilder. excludedPaymentTypes(List<PreferencePaymentTypeRequest> excludedPaymentTypes)
Payment types not allowed in payment process.
-