JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "PaymentIntentList.php"

Full Path: /var/www/laravel_filter/vendor/mercadopago/dx-php/src/MercadoPago/Resources/PaymentIntentList.php
File size: 524 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace MercadoPago\Resources;

use MercadoPago\Net\MPResource;
use MercadoPago\Serialization\Mapper;

/** PaymentIntentList class. */
class PaymentIntentList extends MPResource
{
    /** Class mapper. */
    use Mapper;

    /** Events. */
    public array|object|null $events;

    private $map = [
        "events" => "MercadoPago\Resources\Point\Events",
    ];

    /**
     * Method responsible for getting map of entities.
     */
    public function getMap(): array
    {
        return $this->map;
    }
}