JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
onpay.gate.url=https://onpay.ru/Payment/Init
onpay.payer.phone.number=
onpay.payment.comment=Платеж через платежную систему Onpay ({PAYMENT_SYSTEM}; {PAID_AMOUNT} {PAID_CURRENCY})
onpay.payment.confirmation.url=
onpay.payment.desc=Пополнение счета по договору №{CONTRACT_TITLE}
onpay.payment.desc.base64=Пополнение счета по договору №{CONTRACT_TITLE}
onpay.payment.notification.url=
onpay.sum.max=
invalid reference
BGBaseConstants.DEFAULT_SUM_MAX
onpay.sum.min=
invalid reference
BGBaseConstants.DEFAULT_SUM_MIN
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this class with the specified name.
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 , valueOf
Enum Constant Details
ONPAY_SUM_MIN
onpay.sum.min=
invalid reference
BGBaseConstants.DEFAULT_SUM_MIN
ONPAY_SUM_MAX
onpay.sum.max=
invalid reference
BGBaseConstants.DEFAULT_SUM_MAX
ONPAY_GATE_URL
onpay.gate.url=https://onpay.ru/Payment/Init
ONPAY_DIGEST_TYPE
onpay.digest.type=SHA256
ONPAY_MERCHANT_ID
onpay.merchant.id=
ONPAY_CURRENCY
onpay.currecy=RUB
ONPAY_PAYMENT_DESC
onpay.payment.desc=Пополнение счета по договору №{CONTRACT_TITLE}
ONPAY_PAYMENT_DESC_BASE64
onpay.payment.desc.base64=Пополнение счета по договору №{CONTRACT_TITLE}
ONPAY_PAYMENT_TYPE_ID
onpay.payment.type.id=0
ONPAY_PAYMENT_CONFIRMATION_URL
onpay.payment.confirmation.url=
ONPAY_PAYMENT_NOTIFICATION_URL
onpay.payment.notification.url=
ONPAY_SECRET
onpay.secret=
ONPAY_SIM_MODE
onpay.sim.mode=
ONPAY_SUCCESS_URL
onpay.success.url=
ONPAY_FAILURE_URL
onpay.failure.url=
ONPAY_PAYER_EMAIL
onpay.payer.email=
ONPAY_PAYER_PHONE_NUMBER
onpay.payer.phone.number=
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 name
NullPointerException - if the argument is null