JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
bvcom.comment=Оплата по договору
bvcom.fiscalization.customer.address.enable=true
bvcom.fiscalization.customer.address.required=false
bvcom.fiscalization.customer.address.title=
bvcom.fiscalization.enable=false
bvcom.fiscalization.receipt.name=Пополнение счета по договору №{CONTRACT_TITLE}
bvcom.fiscalization.receipt.qty=1
bvcom.fiscalization.receipt.qty.measure=
bvcom.fiscalization.receipt.tax.system=1
bvcom.fiscalization.receipt.tax.type=1
bvcom.fiscalization.receipt.vat=
bvcom.payment.comment=Оплата через BVCom, транзакция: {TRANSACTION_ID}
bvcom.server.url=https://sandbox.ariuspay.ru/paynet/api/v2/
bvcom.sum.max=
invalid reference
BGBaseConstants.DEFAULT_SUM_MAX
bvcom.sum.min=
invalid reference
BGBaseConstants.DEFAULT_SUM_MIN
bvcom.trans.format=BG00000000
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
BVCOM_SUM_MIN
bvcom.sum.min=
invalid reference
BGBaseConstants.DEFAULT_SUM_MIN
BVCOM_SUM_MAX
bvcom.sum.max=
invalid reference
BGBaseConstants.DEFAULT_SUM_MAX
BVCOM_CURRENCY
bvcom.currency=RUR
BVCOM_MERCHANT_CONTROL
bvcom.merchant.control=
BVCOM_SERVER_URL
bvcom.server.url=https://sandbox.ariuspay.ru/paynet/api/v2/
BVCOM_RESULT_URL
bvcom.url.result=
BVCOM_CALLBACK_URL
bvcom.callback.url=
BVCOM_ENDPOINTID
bvcom.endpointid=0
BVCOM_PAYMENT_TYPE_ID
bvcom.payment.type.id=
BVCOM_FISCALIZATION_ENABLE
bvcom.fiscalization.enable=false
BVCOM_FISCALIZATION_RECEIPT_NAME
bvcom.fiscalization.receipt.name=Пополнение счета по договору №{CONTRACT_TITLE}
BVCOM_FISCALIZATION_RECEIPT_QTY
bvcom.fiscalization.receipt.qty=1
BVCOM_FISCALIZATION_RECEIPT_QTY_MEASURE
public static final ModuleSetupKeys BVCOM_FISCALIZATION_RECEIPT_QTY_MEASURE
bvcom.fiscalization.receipt.qty.measure=
BVCOM_FISCALIZATION_RECEIPT_VAT
bvcom.fiscalization.receipt.vat=
BVCOM_FISCALIZATION_RECEIPT_TAX_TYPE
bvcom.fiscalization.receipt.tax.type=1
BVCOM_FISCALIZATION_RECEIPT_TAX_SYSTEM
bvcom.fiscalization.receipt.tax.system=1
BVCOM_FISCALIZATION_CUSTOMER_ADDRESS_ENABLE
public static final ModuleSetupKeys BVCOM_FISCALIZATION_CUSTOMER_ADDRESS_ENABLE
bvcom.fiscalization.customer.address.enable=true
BVCOM_FISCALIZATION_CUSTOMER_ADDRESS_TITLE
public static final ModuleSetupKeys BVCOM_FISCALIZATION_CUSTOMER_ADDRESS_TITLE
bvcom.fiscalization.customer.address.title=
BVCOM_FISCALIZATION_CUSTOMER_ADDRESS_REQUIRED
public static final ModuleSetupKeys BVCOM_FISCALIZATION_CUSTOMER_ADDRESS_REQUIRED
bvcom.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 name
NullPointerException - if the argument is null