JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "SecurityCode.php"
Full Path: /var/www/laravel_filter/vendor/mercadopago/dx-php/src/MercadoPago/Resources/PaymentMethod/SecurityCode.php
File size: 297 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace MercadoPago\Resources\PaymentMethod;
/** SecurityCode class. */
class SecurityCode
{
/** Security code mode. */
public ?string $mode;
/** Security code length. */
public ?int $length;
/** Security code card location. */
public ?string $card_location;
}