Enum Class ModuleSetupKeys

java.lang.Object
java.lang.Enum<ModuleSetupKeys>
ru.bitel.bgbilling.modules.simplepay.server.bean.enums.ModuleSetupKeys
All Implemented Interfaces:
Serializable, Comparable<ModuleSetupKeys>, Constable, ParameterMapKey

public enum ModuleSetupKeys extends Enum<ModuleSetupKeys> implements ParameterMapKey
  • Enum Constant Details

    • SIMPLEPAY_SUM_MIN

      public static final ModuleSetupKeys SIMPLEPAY_SUM_MIN
      simplepay.sum.min=
      invalid reference
      BGBaseConstants.DEFAULT_SUM_MIN
    • SIMPLEPAY_SUM_MAX

      public static final ModuleSetupKeys SIMPLEPAY_SUM_MAX
      simplepay.sum.max=
      invalid reference
      BGBaseConstants.DEFAULT_SUM_MAX
    • SIMPLEPAY_MERCHANT_ID

      public static final ModuleSetupKeys SIMPLEPAY_MERCHANT_ID
      simplepay.merchant.id=
    • SIMPLEPAY_OUTLET_ID

      public static final ModuleSetupKeys SIMPLEPAY_OUTLET_ID
      simplepay.outlet.id=
    • SIMPLEPAY_LIFETIME

      public static final ModuleSetupKeys SIMPLEPAY_LIFETIME
      simplepay.lifetime=86400
    • SIMPLEPAY_SECRET_KEY

      public static final ModuleSetupKeys SIMPLEPAY_SECRET_KEY
      simplepay.secret.key=
    • SIMPLEPAY_MERCHANT_SECRET_KEY

      public static final ModuleSetupKeys SIMPLEPAY_MERCHANT_SECRET_KEY
      simplepay.merchant.secret.key=
    • SIMPLEPAY_RESULT_SECRET_KEY

      public static final ModuleSetupKeys SIMPLEPAY_RESULT_SECRET_KEY
      simplepay.result.secret.key=
    • SIMPLEPAY_DESCRIPTION

      public static final ModuleSetupKeys SIMPLEPAY_DESCRIPTION
      simplepay.description=Пополнение баланса по договору №{CONTRACT_TITLE}
    • SIMPLEPAY_URL_PAYMENT

      public static final ModuleSetupKeys SIMPLEPAY_URL_PAYMENT
      simplepay.url.payment=https://api.simplepay.pro/sp/payment
    • SIMPLEPAY_URL_GET_STATUS

      public static final ModuleSetupKeys SIMPLEPAY_URL_GET_STATUS
      simplepay.url.get.status=https://api.simplepay.pro/sp/get_status
    • SIMPLEPAY_PAYMENT_TYPE_ID

      public static final ModuleSetupKeys SIMPLEPAY_PAYMENT_TYPE_ID
      simplepay.payment.type.id=0
    • SIMPLEPAY_PAYMENT_COMMENT

      public static final ModuleSetupKeys SIMPLEPAY_PAYMENT_COMMENT
      simplepay.payment.comment=Оплата через сервис SimplePay [транзакция #{TRANSACTION_ID}]
    • SIMPLEPAY_COMMISSION_TYPE

      public static final ModuleSetupKeys SIMPLEPAY_COMMISSION_TYPE
      simplepay.commission.type=0
    • SIMPLEPAY_COMMISSION_COMMENT

      public static final ModuleSetupKeys SIMPLEPAY_COMMISSION_COMMENT
      simplepay.commission.comment=Платеж через платежную систему SimplePay ( Комиссия ) [транзакция #{TRANSACTION_ID}]
    • SIMPLEPAY_COMMISSION_PERCENT

      public static final ModuleSetupKeys SIMPLEPAY_COMMISSION_PERCENT
      simplepay.commission.percent=0
    • SIMPLEPAY_COMMISSION_CHARGE_TYPE_ID

      public static final ModuleSetupKeys SIMPLEPAY_COMMISSION_CHARGE_TYPE_ID
      simplepay.commission.charge.type.id=0
  • Method Details

    • values

      public static ModuleSetupKeys[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ModuleSetupKeys valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Specified by:
      getName in interface ParameterMapKey
    • getDefaultValue

      public String getDefaultValue()
      Specified by:
      getDefaultValue in interface ParameterMapKey
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface ParameterMapKey
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface ParameterMapKey