File manager - Edit - /var/www/payraty/hris-standalone/vendor/mercadopago/dx-php/src/MercadoPago/Entities/Shared/Payer.php
Back
<?php /** * Payer class file */ namespace MercadoPago; use MercadoPago\Annotation\Attribute; use MercadoPago\Annotation\DenyDynamicAttribute; /** * Payer Class */ class Payer extends Entity { /** * id * @Attribute() * @var string */ protected $id; /** * entity_type * @Attribute(type = "string") * @var string */ protected $entity_type; /** * type * @Attribute(type = "string") * @var string */ protected $type; /** * name * @Attribute(type = "string") * @var string */ protected $name; /** * surname * @Attribute(type = "string") * @var string */ protected $surname; /** * first_name * @Attribute(type = "string") * @var string */ protected $first_name; /** * last_name * @Attribute(type = "string") * @var string */ protected $last_name; /** * email * @Attribute(type = "string") * @var string */ protected $email; /** * date_created * @Attribute(type = "date") * @var \DateTime */ protected $date_created; /** * phone * @Attribute() * @var object */ protected $phone; /** * identification * @Attribute() * @var object */ protected $identification; /** * address * @Attribute() * @var object */ protected $address; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings