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

File "Refund.php"

Full Path: /var/www/laravel_filter/vendor/luigel/laravel-paymongo/src/Models/Refund.php
File size: 293 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Luigel\Paymongo\Models;

class Refund extends BaseModel
{
    public const REASON_DUPLICATE = 'duplicate';
    public const REASON_FRAUDULENT = 'fraudulent';
    public const REASON_REQUESTED_BY_CUSTOMER = 'requested_by_customer';
    public const REASON_OTHERS = 'others';
}