JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "PaymentMethodResult.php"
Full Path: /var/www/laravel_filter/vendor/mercadopago/dx-php/src/MercadoPago/Resources/PaymentMethodResult.php
File size: 569 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace MercadoPago\Resources;
use MercadoPago\Net\MPResource;
use MercadoPago\Serialization\Mapper;
/** PaymentMethodResult class. */
class PaymentMethodResult extends MPResource
{
/** Class mapper. */
use Mapper;
/** Payment Method Result data. */
public array|object|null $data;
private $map = [
"data" => "MercadoPago\Resources\PaymentMethod\PaymentMethodListResult",
];
/**
* Method responsible for getting map of entities.
*/
public function getMap(): array
{
return $this->map;
}
}