File "PaymentSortField.php"

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

<?php

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

class PaymentSortField
{
    public const CREATED_AT = 'CREATED_AT';
    public const OFFLINE_CREATED_AT = 'OFFLINE_CREATED_AT';
    public const UPDATED_AT = 'UPDATED_AT';
}