PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins
/
sf-booking
/
payment-gateway
/
payulatam
/
lib
/
PayU
/
api
<?php /** * Contains the attribute name for the differents operation against api * * @author PayU Latam * @since 1.0.0 * @version 1.0.0, 17/10/2013 * */ class PayUKeyMapName{ /** property name to the the transaction value */ const TX_VALUE = "TX_VALUE"; /** property name for the the transaction tax */ const TX_TAX = "TX_TAX"; /** property name to the the transaction tax return base */ const TX_TAX_RETURN_BASE = "TX_TAX_RETURN_BASE"; /** property name to the the transaction installments number */ const TRANSACTION_INSTALLMENTS_NUMBER = "INSTALLMENTS_NUMBER"; /** property name to the order id to api request */ const ORDER_ID = PayUParameters::ORDER_ID; /** property name to the reference code to api request */ const REFERENCE_CODE = PayUParameters::REFERENCE_CODE; /** property name to the transaction id to api request */ const TRANSACTION_ID = PayUParameters::TRANSACTION_ID; /** property name to the plan value */ const PLAN_VALUE = "PLAN_VALUE"; /** property name to the plan tax */ const PLAN_TAX = "PLAN_TAX"; /** property name to the plan tax return base */ const PLAN_TAX_RETURN_BASE = "PLAN_TAX_RETURN_BASE"; /** property name to the item value */ const ITEM_VALUE = "ITEM_VALUE"; /** property name to the item tax */ const ITEM_TAX = "ITEM_TAX"; /** property name to the item tax return base */ const ITEM_TAX_RETURN_BASE = "ITEM_TAX_RETURN_BASE"; /** PSE financial institution code (Bank code) */ const FINANCIAL_INSTITUTION_CODE = "FINANCIAL_INSTITUTION_CODE"; /** PSE financial institution name (Bank Name) */ const FINANCIAL_INSTITUTION_NAME = "FINANCIAL_INSTITUTION_NAME"; /** PSE payer person type (N - Natural or J - Legal) */ const USER_TYPE = "USER_TYPE"; /** PSE First reference */ const PSE_REFERENCE1 ="PSE_REFERENCE1"; /** PSE Second reference */ const PSE_REFERENCE2 ="PSE_REFERENCE2"; /** PSE Third reference */ const PSE_REFERENCE3 ="PSE_REFERENCE3"; /** * The response page URL */ const RESPONSE_URL = "RESPONSE_URL"; }
[+]
..
[-] Environment.php
[edit]
[-] PaymentMethods.php
[edit]
[-] PayuPaymentMethodType.php
[edit]
[-] PayUKeyMapName.php
[edit]
[-] RequestMethod.php
[edit]
[-] PayUCommands.php
[edit]
[-] SupportedLanguages.php
[edit]
[-] PayUResponseCode.php
[edit]
[-] PayUCountries.php
[edit]
[-] PayUTransactionResponseCode.php
[edit]
[-] PayUConfig.php
[edit]
[-] TransactionType.php
[edit]
[-] PayUHttpRequestInfo.php
[edit]