!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/smm.picotech.app/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Api/   drwxr-xr-x
Free 28.76 GB of 117.98 GB (24.38%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     PaymentOptions.php (2.21 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

namespace PayPal\Api;

use 
PayPal\Common\PayPalModel;

/**
 * Class PaymentOptions
 *
 * Payment options requested for this purchase unit
 *
 * @package PayPal\Api
 *
 * @property string allowed_payment_method
 */
class PaymentOptions extends PayPalModel
{
    
/**
     * Payment method requested for this purchase unit
     * Valid Values: ["UNRESTRICTED", "INSTANT_FUNDING_SOURCE", "IMMEDIATE_PAY"]
     *
     * @param string $allowed_payment_method
     * 
     * @return $this
     */
    
public function setAllowedPaymentMethod($allowed_payment_method)
    {
        
$this->allowed_payment_method $allowed_payment_method;
        return 
$this;
    }

    
/**
     * Payment method requested for this purchase unit
     *
     * @return string
     */
    
public function getAllowedPaymentMethod()
    {
        return 
$this->allowed_payment_method;
    }

    
/**
     * Indicator if this payment request is a recurring payment. Only supported when the `payment_method` is set to `credit_card`
     * @deprecated Not publicly available
     * @param bool $recurring_flag
     * 
     * @return $this
     */
    
public function setRecurringFlag($recurring_flag)
    {
        
$this->recurring_flag $recurring_flag;
        return 
$this;
    }

    
/**
     * Indicator if this payment request is a recurring payment. Only supported when the `payment_method` is set to `credit_card`
     * @deprecated Not publicly available
     * @return bool
     */
    
public function getRecurringFlag()
    {
        return 
$this->recurring_flag;
    }

    
/**
     * Indicator if fraud management filters (fmf) should be skipped for this transaction. Only supported when the `payment_method` is set to `credit_card`
     * @deprecated Not publicly available
     * @param bool $skip_fmf
     * 
     * @return $this
     */
    
public function setSkipFmf($skip_fmf)
    {
        
$this->skip_fmf $skip_fmf;
        return 
$this;
    }

    
/**
     * Indicator if fraud management filters (fmf) should be skipped for this transaction. Only supported when the `payment_method` is set to `credit_card`
     * @deprecated Not publicly available
     * @return bool
     */
    
public function getSkipFmf()
    {
        return 
$this->skip_fmf;
    }

}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0036 ]--