File "SearchVendorsRequestSortField.php"
Full Path: /home/capoeirajd/www/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models/SearchVendorsRequestSortField.php
File size: 453 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
declare (strict_types=1);
namespace WPForms\Vendor\Square\Models;
/**
* The field to sort the returned [Vendor]($m/Vendor) objects by.
*/
class SearchVendorsRequestSortField
{
/**
* To sort the result by the name of the [Vendor]($m/Vendor) objects.
*/
public const NAME = 'NAME';
/**
* To sort the result by the creation time of the [Vendor]($m/Vendor) objects.
*/
public const CREATED_AT = 'CREATED_AT';
}