!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/uploads/script/vendor/mercadopago/dx-php/src/MercadoPago/Entities/Shared/   drwxr-xr-x
Free 13.21 GB of 57.97 GB (22.8%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     PaymentMethod.php (1.95 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Payment Method class file
 */
namespace MercadoPago;

use 
MercadoPago\Annotation\RestMethod;
use 
MercadoPago\Annotation\RequestParam;
use 
MercadoPago\Annotation\Attribute;

/**
 * Payment Method class
 * @RestMethod(resource="/v1/payment_methods", method="list")
 */

class PaymentMethod extends Entity
{
    
/**
     * id
     * @Attribute(primaryKey = true)
     * @var string
     */
    
protected $id;

    
/**
     * name
     * @Attribute(type = "string")
     * @var string
     */
    
protected $name;

    
/**
     * payment_type_id
     * @Attribute(type = "string")
     * @var string
     */
    
protected $payment_type_id;

    
/**
     * status
     * @Attribute(type = "string")
     * @var string
     */
    
protected $status;

    
/**
     * secure_thumbnail
     * @Attribute(type = "string")
     * @var string
     */
    
protected $secure_thumbnail;

    
/**
     * thumbnail
     * @Attribute(type = "string")
     * @var string
     */
    
protected $thumbnail;

    
/**
     * deferred_capture
     * @Attribute(type = "string")
     * @var string
     */
    
protected $deferred_capture;

    
/**
     * settings
     * @Attribute()
     * @var object
     */
    
protected $settings;

    
/**
     * additional_info_needed
     * @Attribute()
     * @var string
     */
    
protected $additional_info_needed;

    
/**
     * min_allowed_amount
     * @Attribute(type = "float")
     * @var float
     */
    
protected $min_allowed_amount;

    
/**
     * max_allowed_amount
     * @Attribute(type = "float")
     * @var float
     */
    
protected $max_allowed_amount;

    
/**
     * accreditation_time
     * @Attribute(type = "integer")
     * @var int
     */
    
protected $accreditation_time;

    
/**
     * financial_institutions
     * @Attribute(type = "")
     * @var object
     */
    
protected $financial_institutions;

    
/**
     * processing_modes
     * @Attribute(type = "")
     * @var array
     */
    
protected $processing_modes;
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0055 ]--