PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins
/
sf-booking
/
payment-gateway
/
payulatam
/
lib
/
PayU
/
api
<?php /** * This class contains the different payment method types * * @author PayU Latam * @since 1.0.0 * @version 1.0.0, 17/10/2013 * */ class PayUPaymentMethodType{ /** credit card */ const CREDIT_CARD = 'CREDIT_CARD'; /** cash */ const CASH = 'CASH'; /** boleto bancario */ const BOLETO_BANCARIO = 'BOLETO_BANCARIO'; /** Referenced */ const REFERENCED = 'REFERENCED'; /** Referenced */ const BANK_REFERENCED = 'REFERENCED'; /** PSE */ const PSE = 'PSE'; }
[+]
..
[-] 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]