/home/brandsfa/www/vendor/mercadopago/dx-php/src/MercadoPago/Annotation/RestMethod.php
<?php

namespace MercadoPago\Annotation;
use Doctrine\Common\Annotations\Annotation;

/**
 * @Annotation
 */
class RestMethod extends Annotation
{
    /**
     * @var
     */
    public $resource;

    /**
     * @var
     */
    public $method;
    public $idempotency;
}