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

namespace PayPal\Api;

use 
PayPal\Common\PayPalModel;

/**
 * Class PayoutSenderBatchHeader
 *
 * This object represents sender-provided data about a batch header. The data is provided in a POST request. All batch submissions must have a batch header.
 *
 * @package PayPal\Api
 *
 * @property string sender_batch_id
 * @property string email_subject
 * @property string recipient_type
 */
class PayoutSenderBatchHeader extends PayPalModel
{
    
/**
     * Sender-created ID for tracking the batch payout in an accounting system. 30 characters max.
     *
     * @param string $sender_batch_id
     * 
     * @return $this
     */
    
public function setSenderBatchId($sender_batch_id)
    {
        
$this->sender_batch_id $sender_batch_id;
        return 
$this;
    }

    
/**
     * Sender-created ID for tracking the batch payout in an accounting system. 30 characters max.
     *
     * @return string
     */
    
public function getSenderBatchId()
    {
        return 
$this->sender_batch_id;
    }

    
/**
     * The subject line text for the email that PayPal sends when a payout item is completed. (The subject line is the same for all recipients.) Maximum of 255 single-byte alphanumeric characters.
     *
     * @param string $email_subject
     * 
     * @return $this
     */
    
public function setEmailSubject($email_subject)
    {
        
$this->email_subject $email_subject;
        return 
$this;
    }

    
/**
     * The subject line text for the email that PayPal sends when a payout item is completed. (The subject line is the same for all recipients.) Maximum of 255 single-byte alphanumeric characters.
     *
     * @return string
     */
    
public function getEmailSubject()
    {
        return 
$this->email_subject;
    }

    
/**
     * The type of ID for a payment receiver. If this field is provided, the payout items without a `recipient_type` will use the provided value. If this field is not provided, each payout item must include a value for the `recipient_type`. 
     *
     * @param string $recipient_type
     * 
     * @return $this
     */
    
public function setRecipientType($recipient_type)
    {
        
$this->recipient_type $recipient_type;
        return 
$this;
    }

    
/**
     * The type of ID for a payment receiver. If this field is provided, the payout items without a `recipient_type` will use the provided value. If this field is not provided, each payout item must include a value for the `recipient_type`. 
     *
     * @return string
     */
    
public function getRecipientType()
    {
        return 
$this->recipient_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.0045 ]--