File "V1UpdateOrderRequestAction.php"

Full Path: /home/capoeirajd/www/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models/V1UpdateOrderRequestAction.php
File size: 223 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

declare (strict_types=1);
namespace WPForms\Vendor\Square\Models;

class V1UpdateOrderRequestAction
{
    public const COMPLETE = 'COMPLETE';
    public const CANCEL = 'CANCEL';
    public const REFUND = 'REFUND';
}