Enum Class ModuleSetupKeys
java.lang.Object
java.lang.Enum<ModuleSetupKeys>
ru.bitel.bgbilling.modules.paymaster.server.bean.enums.ModuleSetupKeys
- All Implemented Interfaces:
Serializable,Comparable<ModuleSetupKeys>,Constable,ParameterMapKey
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionpaymaster.autopayment.enable=falsepaymaster.autopayment.mode.auto.day.sum.default=500paymaster.autopayment.mode.auto.day.sum.max=3000paymaster.autopayment.mode.auto.enable=falsepaymaster.autopayment.mode.auto.month.sum.default=3000paymaster.autopayment.mode.auto.month.sum.max=10000paymaster.autopayment.mode.auto.week.sum.default=1000paymaster.autopayment.mode.auto.week.sum.max=5000paymaster.autopayment.mode.default=0paymaster.autopayment.mode.month.day.default=invalid reference
BGBaseConstants.AUTOPAYMENT_MODE_MONTH_DAY_DEFAULTpaymaster.autopayment.mode.month.enable=falsepaymaster.autopayment.mode.month.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXpaymaster.autopayment.mode.month.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MINpaymaster.autopayment.mode.week.day.default=invalid reference
BGBaseConstants.AUTOPAYMENT_MODE_WEEK_DAY_DEFAULTpaymaster.autopayment.mode.week.enable=falsepaymaster.autopayment.mode.week.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXpaymaster.autopayment.mode.week.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MINpaymaster.currecy=RUBpaymaster.digest.type=SHA-256paymaster.direct.auth.url=paymaster.direct.complete.url=https://paymaster.ru/direct/payment/completepaymaster.direct.init.url=https://paymaster.ru/direct/payment/initpaymaster.direct.redirect.uri=paymaster.direct.response.type=paymaster.direct.scope=paymaster.direct.secret=paymaster.direct.token.url=https://paymaster.ru/direct/security/tokenpaymaster.failure.url=http://failureUrlpaymaster.fiscalization.customer.address.enable=truepaymaster.fiscalization.customer.address.required=falsepaymaster.fiscalization.customer.address.title=paymaster.fiscalization.enable=falsepaymaster.fiscalization.receipt.name=Пополнение счета по договору №{CONTRACT_TITLE}paymaster.fiscalization.receipt.qty=1paymaster.fiscalization.receipt.tax=vat0paymaster.gate.url=https://paymaster.ru/Payment/Initpaymaster.invoice.confirmation.url=paymaster.merchant.id=paymaster.payer.email=paymaster.payer.phone.number=paymaster.payment.comment=Платеж через платежную систему Paymasterpaymaster.payment.confirmation.url=paymaster.payment.desc=Пополнение счета по договору №{CONTRACT_TITLE}paymaster.payment.desc.base64=Пополнение счета по договору №{CONTRACT_TITLE}paymaster.payment.method=503paymaster.payment.notification.url=paymaster.payment.type.id=0paymaster.secret=paymaster.sim.mode=0paymaster.success.url=http://successUrlpaymaster.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXpaymaster.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
Method Summary
Modifier and TypeMethodDescriptiongetName()getTitle()static ModuleSetupKeysReturns the enum constant of this class with the specified name.static ModuleSetupKeys[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface ru.bitel.common.ParameterMapKey
getParent, getSubLevel
-
Enum Constant Details
-
PAYMASTER_SUM_MIN
paymaster.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
PAYMASTER_SUM_MAX
paymaster.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
PAYMASTER_GATE_URL
paymaster.gate.url=https://paymaster.ru/Payment/Init -
PAYMASTER_DIGEST_TYPE
paymaster.digest.type=SHA-256 -
PAYMASTER_MERCHANT_ID
paymaster.merchant.id= -
PAYMASTER_CURRENCY
paymaster.currecy=RUB -
PAYMASTER_PAYMENT_DESC
paymaster.payment.desc=Пополнение счета по договору №{CONTRACT_TITLE} -
PAYMASTER_PAYMENT_DESC_BASE64
paymaster.payment.desc.base64=Пополнение счета по договору №{CONTRACT_TITLE} -
PAYMASTER_PAYMENT_METHOD
paymaster.payment.method=503 -
PAYMASTER_PAYMENT_COMMENT
paymaster.payment.comment=Платеж через платежную систему Paymaster -
PAYMASTER_PAYMENT_TYPE_ID
paymaster.payment.type.id=0 -
PAYMASTER_PAYMENT_CONFIRMATION_URL
paymaster.payment.confirmation.url= -
PAYMASTER_PAYMENT_NOTIFICATION_URL
paymaster.payment.notification.url= -
PAYMASTER_INVOICE_CONFIRMATION_URL
paymaster.invoice.confirmation.url= -
PAYMASTER_SECRET
paymaster.secret= -
PAYMASTER_SIM_MODE
paymaster.sim.mode=0 -
PAYMASTER_SUCCESS_URL
paymaster.success.url=http://successUrl -
PAYMASTER_FAILURE_URL
paymaster.failure.url=http://failureUrl -
PAYMASTER_PAYER_EMAIL
paymaster.payer.email= -
PAYMASTER_PAYER_PHONE_NUMBER
paymaster.payer.phone.number= -
PAYMASTER_DIRECT_RESPONSE_TYPE
paymaster.direct.response.type= -
PAYMASTER_DIRECT_REDIRECT_URI
paymaster.direct.redirect.uri= -
PAYMASTER_DIRECT_SCOPE
paymaster.direct.scope= -
PAYMASTER_DIRECT_AUTH_URL
paymaster.direct.auth.url= -
PAYMASTER_DIRECT_TOKEN_URL
paymaster.direct.token.url=https://paymaster.ru/direct/security/token -
PAYMASTER_DIRECT_INIT_URL
paymaster.direct.init.url=https://paymaster.ru/direct/payment/init -
PAYMASTER_DIRECT_COMPLETE_URL
paymaster.direct.complete.url=https://paymaster.ru/direct/payment/complete -
PAYMASTER_DIRECT_SECRET
paymaster.direct.secret= -
PAYMASTER_FISCALIZATION_ENABLE
paymaster.fiscalization.enable=false -
PAYMASTER_FISCALIZATION_RECEIPT_NAME
paymaster.fiscalization.receipt.name=Пополнение счета по договору №{CONTRACT_TITLE} -
PAYMASTER_FISCALIZATION_RECEIPT_QTY
paymaster.fiscalization.receipt.qty=1 -
PAYMASTER_FISCALIZATION_RECEIPT_TAX
paymaster.fiscalization.receipt.tax=vat0 -
PAYMASTER_FISCALIZATION_CUSTOMER_ADDRESS_ENABLE
paymaster.fiscalization.customer.address.enable=true -
PAYMASTER_FISCALIZATION_CUSTOMER_ADDRESS_TITLE
paymaster.fiscalization.customer.address.title= -
PAYMASTER_FISCALIZATION_CUSTOMER_ADDRESS_REQUIRED
paymaster.fiscalization.customer.address.required=false -
PAYMASTER_AUTOPAYMENT_ENABLE
paymaster.autopayment.enable=false -
PAYMASTER_AUTOPAYMENT_MODE_DEFAULT
paymaster.autopayment.mode.default=0 -
PAYMASTER_AUTOPAYMENT_MODE_WEEK_ENABLE
paymaster.autopayment.mode.week.enable=false -
PAYMASTER_AUTOPAYMENT_MODE_WEEK_DAY_DEFAULT
paymaster.autopayment.mode.week.day.default=invalid reference
BGBaseConstants.AUTOPAYMENT_MODE_WEEK_DAY_DEFAULT -
PAYMASTER_AUTOPAYMENT_MODE_WEEK_SUM_MIN
paymaster.autopayment.mode.week.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
PAYMASTER_AUTOPAYMENT_MODE_WEEK_SUM_MAX
paymaster.autopayment.mode.week.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
PAYMASTER_AUTOPAYMENT_MODE_MONTH_ENABLE
paymaster.autopayment.mode.month.enable=false -
PAYMASTER_AUTOPAYMENT_MODE_MONTH_DAY_DEFAULT
paymaster.autopayment.mode.month.day.default=invalid reference
BGBaseConstants.AUTOPAYMENT_MODE_MONTH_DAY_DEFAULT -
PAYMASTER_AUTOPAYMENT_MODE_MONTH_SUM_MIN
paymaster.autopayment.mode.month.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
PAYMASTER_AUTOPAYMENT_MODE_MONTH_SUM_MAX
paymaster.autopayment.mode.month.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
PAYMASTER_AUTOPAYMENT_MODE_AUTO_ENABLE
paymaster.autopayment.mode.auto.enable=false -
PAYMASTER_AUTOPAYMENT_MODE_AUTO_DAY_SUM_DEFAULT
paymaster.autopayment.mode.auto.day.sum.default=500 -
PAYMASTER_AUTOPAYMENT_MODE_AUTO_DAY_SUM_MAX
paymaster.autopayment.mode.auto.day.sum.max=3000 -
PAYMASTER_AUTOPAYMENT_MODE_AUTO_WEEK_SUM_DEFAULT
paymaster.autopayment.mode.auto.week.sum.default=1000 -
PAYMASTER_AUTOPAYMENT_MODE_AUTO_WEEK_SUM_MAX
paymaster.autopayment.mode.auto.week.sum.max=5000 -
PAYMASTER_AUTOPAYMENT_MODE_AUTO_MONTH_SUM_DEFAULT
paymaster.autopayment.mode.auto.month.sum.default=3000 -
PAYMASTER_AUTOPAYMENT_MODE_AUTO_MONTH_SUM_MAX
paymaster.autopayment.mode.auto.month.sum.max=10000
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getName
- Specified by:
getNamein interfaceParameterMapKey
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceParameterMapKey
-
getTitle
- Specified by:
getTitlein interfaceParameterMapKey
-
getDescription
- Specified by:
getDescriptionin interfaceParameterMapKey
-