Class PreferencePaymentMethods
- java.lang.Object
-
- com.mercadopago.resources.preference.PreferencePaymentMethods
-
public class PreferencePaymentMethods extends Object
Payment methods information from preference.
-
-
Constructor Summary
Constructors Constructor Description PreferencePaymentMethods()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getDefaultInstallments()
Preferred number of credit card installments.String
getDefaultPaymentMethodId()
Payment method to be preferred on the payments methods list.List<PreferencePaymentMethod>
getExcludedPaymentMethods()
Payment methods not allowed in payment process (except account_money).List<PreferencePaymentType>
getExcludedPaymentTypes()
Payment types not allowed in payment process.Integer
getInstallments()
Maximum number of credit card installments to be accepted.
-
-
-
Method Detail
-
getExcludedPaymentMethods
public List<PreferencePaymentMethod> getExcludedPaymentMethods()
Payment methods not allowed in payment process (except account_money).
-
getExcludedPaymentTypes
public List<PreferencePaymentType> getExcludedPaymentTypes()
Payment types not allowed in payment process.
-
getDefaultPaymentMethodId
public String getDefaultPaymentMethodId()
Payment method to be preferred on the payments methods list.
-
getInstallments
public Integer getInstallments()
Maximum number of credit card installments to be accepted.
-
getDefaultInstallments
public Integer getDefaultInstallments()
Preferred number of credit card installments.
-
-