File "V1UpdateOrderRequestAction.php"
Full path: /home/capoeirajd/www/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models/V1UpdateOrderRequestAction.php
File
size: 223 B (223 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
declare (strict_types=1);
namespace WPForms\Vendor\Square\Models;
class V1UpdateOrderRequestAction
{
public const COMPLETE = 'COMPLETE';
public const CANCEL = 'CANCEL';
public const REFUND = 'REFUND';
}