?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models/



?? Go up: /home/webdevt/www/demo2/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src

?? Viewing: SearchVendorsRequestSortField.php

<?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';
}


??

??