File manager - Edit - /var/www/payraty/hris-standalone/vendor/mercadopago/dx-php/src/MercadoPago/Entities/Shared/Item.php
Back
<?php /** * Item class file */ namespace MercadoPago; use MercadoPago\Annotation\Attribute; use MercadoPago\Annotation\DenyDynamicAttribute; /** * Item class */ class Item extends Entity { /** * id * @Attribute(type = "string") * @var string */ protected $id; /** * title * @Attribute(type = "string") * @var string */ protected $title; /** * description * @Attribute(type = "string") * @var string */ protected $description; /** * category_id * @Attribute(type = "string") * @var string */ protected $category_id; /** * picture_url * @Attribute(type = "string") * @var string */ protected $picture_url; /** * currency_id * @Attribute(type = "string") * @var string */ protected $currency_id; /** * quantity * @Attribute(type = "int") * @var int */ protected $quantity; /** * unit_price * @Attribute(type = "float") * @var float */ protected $unit_price; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings