File "PaymentSortField.php"
Full path: /home/capoeirajd/www/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models/PaymentSortField.php
File
size: 249 B (249 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 PaymentSortField
{
public const CREATED_AT = 'CREATED_AT';
public const OFFLINE_CREATED_AT = 'OFFLINE_CREATED_AT';
public const UPDATED_AT = 'UPDATED_AT';
}