Enum Class ModuleSetupKeys
java.lang.Object
java.lang.Enum<ModuleSetupKeys>
ru.bitel.bgbilling.modules.payonline.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 ConstantDescriptioncommission.percent=0merchant.id= замен на payonline.merchant.idpay.online.url=payonline.fiscalization.customer.address.enable=truepayonline.fiscalization.customer.address.required=falsepayonline.fiscalization.customer.address.title=payonline.fiscalization.enable=falsepayonline.fiscalization.payment.system.type=Cardpayonline.fiscalization.receipt.name=Пополнение счета по договору №{CONTRACT_TITLE}payonline.fiscalization.receipt.qty=1payonline.fiscalization.receipt.qty.measure=штpayonline.fiscalization.receipt.tax=vat18payonline.fiscalization.type.of.payment=14payonline.logo.mastercard.url=http://www.payonlinesystem.ru/rel/img/logos/visa1_60x38_a.gifpayonline.logo.visa.url=http://www.payonlinesystem.ru/rel/img/logos/mc_brand_038_gif.gifpayonline.merchant.id=payonline.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXpayonline.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MINprivate.security.key=rebillUnique=redirect.url= -
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
-
MERCHANT_ID
merchant.id= замен на payonline.merchant.id -
PRIVATE_SECURITY_KEY
private.security.key= -
PAY_ONLINE_URL
pay.online.url= -
REDIRECT_URL
redirect.url= -
COMMISSION_PERCENT
commission.percent=0 -
REBILL_UNIQUE
rebillUnique= -
PAYONLINE_SUM_MIN
payonline.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
PAYONLINE_SUM_MAX
payonline.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
PAYONLINE_MERCHANT_ID
payonline.merchant.id= -
PAYONLINE_LOGO_VISA_URL
payonline.logo.visa.url=http://www.payonlinesystem.ru/rel/img/logos/mc_brand_038_gif.gif -
PAYONLINE_LOGO_MASTERCARD_URL
payonline.logo.mastercard.url=http://www.payonlinesystem.ru/rel/img/logos/visa1_60x38_a.gif -
PAYONLINE_FISCALIZATION_ENABLE
payonline.fiscalization.enable=false -
PAYONLINE_FISCALIZATION_PAYMENT_SYSTEM_TYPE
payonline.fiscalization.payment.system.type=Card -
PAYONLINE_FISCALIZATION_TYPE_OF_PAYMENT
payonline.fiscalization.type.of.payment=14 -
PAYONLINE_FISCALIZATION_RECEIPT_NAME
payonline.fiscalization.receipt.name=Пополнение счета по договору №{CONTRACT_TITLE} -
PAYONLINE_FISCALIZATION_RECEIPT_QTY
payonline.fiscalization.receipt.qty=1 -
PAYONLINE_FISCALIZATION_RECEIPT_QTY_MEASURE
payonline.fiscalization.receipt.qty.measure=шт -
PAYONLINE_FISCALIZATION_RECEIPT_TAX
payonline.fiscalization.receipt.tax=vat18 -
PAYONLINE_FISCALIZATION_CUSTOMER_ADDRESS_ENABLE
payonline.fiscalization.customer.address.enable=true -
PAYONLINE_FISCALIZATION_CUSTOMER_ADDRESS_TITLE
payonline.fiscalization.customer.address.title= -
PAYONLINE_FISCALIZATION_CUSTOMER_ADDRESS_REQUIRED
payonline.fiscalization.customer.address.required=false
-
-
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
-