Enum Class ModuleSetupKeys

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

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

    • PSCB_SUM_MIN

      public static final ModuleSetupKeys PSCB_SUM_MIN
      pscb.sum.min=
      invalid reference
      BGBaseConstants.DEFAULT_SUM_MIN
    • PSCB_SUM_MAX

      public static final ModuleSetupKeys PSCB_SUM_MAX
      pscb.sum.max=
      invalid reference
      BGBaseConstants.DEFAULT_SUM_MAX
    • PSCB_ORDER_ID_FORMAT

      public static final ModuleSetupKeys PSCB_ORDER_ID_FORMAT
      pscb.order.id.format=BG00000000 формат строки, которая будет отправлена в сервис pscb как идентификатор платежа на стороне биллинга.
    • PSCB_PAYMENT_TYPE_ID

      public static final ModuleSetupKeys PSCB_PAYMENT_TYPE_ID
      pscb.payment.type.id=0 код типа платежа из справочника
    • PSCB_PAYMENT_COMMENT

      public static final ModuleSetupKeys PSCB_PAYMENT_COMMENT
      pscb.payment.comment=Платеж через платежную систему PSCB [транзакция #{TRANSACTION_ID}] комментарий платежа
    • PSCB_FAIL_URL

      public static final ModuleSetupKeys PSCB_FAIL_URL
      pscb.fail.url= адрес, куда будет перенаправлен абонент в случае ошибки
    • PSCB_SUCCESS_URL

      public static final ModuleSetupKeys PSCB_SUCCESS_URL
      pscb.success.url= URL, куда будет перенаправлен абонент после оплаты
    • PSCB_SECRET_KEY

      public static final ModuleSetupKeys PSCB_SECRET_KEY
      pscb.secret.key= пароль провайдера
    • PSCB_MERCHANT_ID

      public static final ModuleSetupKeys PSCB_MERCHANT_ID
      pscb.merchant.id= Идентификатор провайдера в pscb
    • PSCB_SERVER_URL

      public static final ModuleSetupKeys PSCB_SERVER_URL
      pscb.server.url=https://oos.pscb.ru/pay/ URL сервера сервиса pscb. Возможные значения:
      • https://oos.pscb.ru/pay/ (рабочее окружение)
      • https://oosdemo.pscb.ru/pay/ (тестовое окружение)
    • PSCB_DETAILS

      public static final ModuleSetupKeys PSCB_DETAILS
      pscb.details=Пополнение счета по договору №{CONTRACT_TITLE}
    • PSCB_FISCALIZATION_CUSTOMER_ADDRESS_ENABLE

      public static final ModuleSetupKeys PSCB_FISCALIZATION_CUSTOMER_ADDRESS_ENABLE
      pscb.fiscalization.customer.address.enable=true
    • PSCB_FISCALIZATION_CUSTOMER_ADDRESS_TITLE

      public static final ModuleSetupKeys PSCB_FISCALIZATION_CUSTOMER_ADDRESS_TITLE
      pscb.fiscalization.customer.address.title=
    • PSCB_FISCALIZATION_CUSTOMER_ADDRESS_REQUIRED

      public static final ModuleSetupKeys PSCB_FISCALIZATION_CUSTOMER_ADDRESS_REQUIRED
      pscb.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