Enum Class ModuleSetupKeys
java.lang.Object
java.lang.Enum<ModuleSetupKeys>
ru.bitel.bgbilling.modules.walletone.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 ConstantDescriptionwalletone.autopayment.enable=falsewalletone.autopayment.mode.auto.day.sum.default=500walletone.autopayment.mode.auto.day.sum.max=3000walletone.autopayment.mode.auto.enable=falsewalletone.autopayment.mode.auto.month.sum.default=3000walletone.autopayment.mode.auto.month.sum.max=10000walletone.autopayment.mode.auto.week.sum.default=1000walletone.autopayment.mode.auto.week.sum.max=5000walletone.autopayment.mode.default=0walletone.autopayment.mode.month.day.default=invalid reference
BGBaseConstants.AUTOPAYMENT_MODE_MONTH_DAY_DEFAULTwalletone.autopayment.mode.month.enable=falsewalletone.autopayment.mode.month.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXwalletone.autopayment.mode.month.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MINwalletone.autopayment.mode.week.day.default=invalid reference
BGBaseConstants.AUTOPAYMENT_MODE_WEEK_DAY_DEFAULTwalletone.autopayment.mode.week.enable=falsewalletone.autopayment.mode.week.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXwalletone.autopayment.mode.week.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MINwalletone.callback.fields=AcquirerID ApprovalCode BillNumber Card_IDP CardNumber Customer_IDP PaymentType Totalwalletone.comment=Пополнение счета по договору №" +invalid reference
BGBaseConstants.PATTERN_CONTRACT_TITLEwalletone.fiscalization.customer.address.enable=truewalletone.fiscalization.customer.address.required=falsewalletone.fiscalization.customer.address.title=walletone.fiscalization.enable=falsewalletone.fiscalization.receipt.lineattr=4walletone.fiscalization.receipt.name=Пополнение счета по договору №invalid reference
BGBaseConstants.PATTERN_CONTRACT_TITLEwalletone.fiscalization.receipt.payattr=1walletone.fiscalization.receipt.payments.kind=1walletone.fiscalization.receipt.payments.type=0walletone.fiscalization.receipt.qty=1walletone.fiscalization.receipt.taxmode=0walletone.fiscalization.receipt.vat=0walletone.fiscalization.url.gate=https://walletone.ru/walletone.lifetime=3600walletone.password=walletone.payment.comment=Оплата через платежный сервис Wallet One [транзакция #{TRANSACTION_ID}]walletone.payment.status.ok=paidwalletone.payment.type.id=0walletone.point.id=walletone.request.read.timeout=5000walletone.request.timeout=10000walletone.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXwalletone.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MINwalletone.url.gate=https://walletone.ru/walletone.url.return.no=walletone.url.return.ok= -
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
-
WALLETONE_SUM_MIN
walletone.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
WALLETONE_SUM_MAX
walletone.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
WALLETONE_COMMENT
walletone.comment=Пополнение счета по договору №" +invalid reference
BGBaseConstants.PATTERN_CONTRACT_TITLE -
WALLETONE_POINT_ID
walletone.point.id= -
WALLETONE_PASSWORD
walletone.password= -
WALLETONE_LIFETIME
walletone.lifetime=3600 -
WALLETONE_URL_GATE
walletone.url.gate=https://walletone.ru/ -
WALLETONE_URL_RETURN_OK
walletone.url.return.ok= -
WALLETONE_URL_RETURN_NO
walletone.url.return.no= -
WALLETONE_CALLBACK_FIELDS
walletone.callback.fields=AcquirerID ApprovalCode BillNumber Card_IDP CardNumber Customer_IDP PaymentType Total -
WALLETONE_PAYMENT_TYPE_ID
walletone.payment.type.id=0 -
WALLETONE_PAYMENT_COMMENT
walletone.payment.comment=Оплата через платежный сервис Wallet One [транзакция #{TRANSACTION_ID}] -
WALLETONE_PAYMENT_STATUS_OK
walletone.payment.status.ok=paid -
WALLETONE_REQUEST_TIMEOUT
walletone.request.timeout=10000 -
WALLETONE_REQUEST_READ_TIMEOUT
walletone.request.read.timeout=5000 -
WALLETONE_FISCALIZATION_ENABLE
walletone.fiscalization.enable=false -
WALLETONE_FISCALIZATION_URL_GATE
walletone.fiscalization.url.gate=https://walletone.ru/ -
WALLETONE_FISCALIZATION_RECEIPT_NAME
walletone.fiscalization.receipt.name=Пополнение счета по договору №invalid reference
BGBaseConstants.PATTERN_CONTRACT_TITLE -
WALLETONE_FISCALIZATION_RECEIPT_QTY
walletone.fiscalization.receipt.qty=1 -
WALLETONE_FISCALIZATION_RECEIPT_VAT
walletone.fiscalization.receipt.vat=0 -
WALLETONE_FISCALIZATION_RECEIPT_TAXMODE
walletone.fiscalization.receipt.taxmode=0 -
WALLETONE_FISCALIZATION_RECEIPT_PAYATTR
walletone.fiscalization.receipt.payattr=1 -
WALLETONE_FISCALIZATION_RECEIPT_LINEATTR
walletone.fiscalization.receipt.lineattr=4 -
WALLETONE_FISCALIZATION_RECEIPT_PAYMENTS_KIND
walletone.fiscalization.receipt.payments.kind=1 -
WALLETONE_FISCALIZATION_RECEIPT_PAYMENTS_TYPE
walletone.fiscalization.receipt.payments.type=0 -
WALLETONE_FISCALIZATION_CUSTOMER_ADDRESS_ENABLE
walletone.fiscalization.customer.address.enable=true -
WALLETONE_FISCALIZATION_CUSTOMER_ADDRESS_TITLE
walletone.fiscalization.customer.address.title= -
WALLETONE_FISCALIZATION_CUSTOMER_ADDRESS_REQUIRED
walletone.fiscalization.customer.address.required=false -
WALLETONE_AUTOPAYMENT_ENABLE
walletone.autopayment.enable=false -
WALLETONE_AUTOPAYMENT_MODE_DEFAULT
walletone.autopayment.mode.default=0 -
WALLETONE_AUTOPAYMENT_MODE_WEEK_ENABLE
walletone.autopayment.mode.week.enable=false -
WALLETONE_AUTOPAYMENT_MODE_WEEK_DAY_DEFAULT
walletone.autopayment.mode.week.day.default=invalid reference
BGBaseConstants.AUTOPAYMENT_MODE_WEEK_DAY_DEFAULT -
WALLETONE_AUTOPAYMENT_MODE_WEEK_SUM_MIN
walletone.autopayment.mode.week.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
WALLETONE_AUTOPAYMENT_MODE_WEEK_SUM_MAX
walletone.autopayment.mode.week.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
WALLETONE_AUTOPAYMENT_MODE_MONTH_ENABLE
walletone.autopayment.mode.month.enable=false -
WALLETONE_AUTOPAYMENT_MODE_MONTH_DAY_DEFAULT
walletone.autopayment.mode.month.day.default=invalid reference
BGBaseConstants.AUTOPAYMENT_MODE_MONTH_DAY_DEFAULT -
WALLETONE_AUTOPAYMENT_MODE_MONTH_SUM_MIN
walletone.autopayment.mode.month.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
WALLETONE_AUTOPAYMENT_MODE_MONTH_SUM_MAX
walletone.autopayment.mode.month.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
WALLETONE_AUTOPAYMENT_MODE_AUTO_ENABLE
walletone.autopayment.mode.auto.enable=false -
WALLETONE_AUTOPAYMENT_MODE_AUTO_DAY_SUM_DEFAULT
walletone.autopayment.mode.auto.day.sum.default=500 -
WALLETONE_AUTOPAYMENT_MODE_AUTO_DAY_SUM_MAX
walletone.autopayment.mode.auto.day.sum.max=3000 -
WALLETONE_AUTOPAYMENT_MODE_AUTO_WEEK_SUM_DEFAULT
walletone.autopayment.mode.auto.week.sum.default=1000 -
WALLETONE_AUTOPAYMENT_MODE_AUTO_WEEK_SUM_MAX
walletone.autopayment.mode.auto.week.sum.max=5000 -
WALLETONE_AUTOPAYMENT_MODE_AUTO_MONTH_SUM_DEFAULT
walletone.autopayment.mode.auto.month.sum.default=3000 -
WALLETONE_AUTOPAYMENT_MODE_AUTO_MONTH_SUM_MAX
walletone.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
-