Enum Class ModuleSetupKeys

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

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

    • SMARTPAY_LIFETIME

      public static final ModuleSetupKeys SMARTPAY_LIFETIME
      lifetime=1800
    • SMARTPAY_SUM_MIN

      public static final ModuleSetupKeys SMARTPAY_SUM_MIN
      smartpay.sum.min=
      invalid reference
      BGBaseConstants.DEFAULT_SUM_MIN
    • SMARTPAY_SUM_MAX

      public static final ModuleSetupKeys SMARTPAY_SUM_MAX
      smartpay.sum.max=
      invalid reference
      BGBaseConstants.DEFAULT_SUM_MAX
    • SMARTPAY_GATE_URL

      public static final ModuleSetupKeys SMARTPAY_GATE_URL
      smartpay.gate.url=https://ecomm.smartpay.tj/api/merchant
    • SMARTPAY_API_KEY

      public static final ModuleSetupKeys SMARTPAY_API_KEY
      smartpay.api.key=
    • SMARTPAY_RETURN_URL

      public static final ModuleSetupKeys SMARTPAY_RETURN_URL
      smartpay.return.url=
    • SMARTPAY_DESCRIPTION

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

      public static final ModuleSetupKeys SMARTPAY_PAYMENT_TYPE_ID
      smartpay.payment.type.id=0
    • SMARTPAY_PAYMENT_COMMENT

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

      public static final ModuleSetupKeys SMARTPAY_EVENT_WORKER
      smartpay.event.worker=true
    • SMARTPAY_CHECK_EVENT_WORKER_SLEEP_TIMEOUT

      public static final ModuleSetupKeys SMARTPAY_CHECK_EVENT_WORKER_SLEEP_TIMEOUT
      smartpay.check.event.worker.sleep.timeout=300
    • SMARTPAY_TRANSACTION_STATUS_CHECK_COUNT

      public static final ModuleSetupKeys SMARTPAY_TRANSACTION_STATUS_CHECK_COUNT
      smartpay.transaction.status.check.count=5
    • SMARTPAY_FISCALIZATION_CUSTOMER_ADDRESS_ENABLE

      public static final ModuleSetupKeys SMARTPAY_FISCALIZATION_CUSTOMER_ADDRESS_ENABLE
      smartpay.fiscalization.customer.address.enable=true
    • SMARTPAY_FISCALIZATION_CUSTOMER_ADDRESS_TITLE

      public static final ModuleSetupKeys SMARTPAY_FISCALIZATION_CUSTOMER_ADDRESS_TITLE
      smartpay.fiscalization.customer.address.title=
    • SMARTPAY_FISCALIZATION_CUSTOMER_ADDRESS_REQUIRED

      public static final ModuleSetupKeys SMARTPAY_FISCALIZATION_CUSTOMER_ADDRESS_REQUIRED
      smartpay.fiscalization.customer.address.required=false
  • 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