Class PreferencePaymentMethods


  • public class PreferencePaymentMethods
    extends Object
    Payment methods information from preference.
    • Constructor Detail

      • PreferencePaymentMethods

        public PreferencePaymentMethods()
    • 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.