Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
square
/
square
/
src
/
Models
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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'; }