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

File "AutomaticPayments.php"

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

<?php

/** API version: 7d364c51-04c7-45e3-af61-f82423bcc39c */

namespace MercadoPago\Resources\Order;

/** AutomaticPayments class. */
class AutomaticPayments
{
    /** Payment profile ID. */
    public ?string $payment_profile_id;

    /** Retries. */
    public ?int $retries;

    /** Schedule date. */
    public ?string $schedule_date;

    /** Due date. */
    public ?string $due_date;
}