Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
www
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
square
/
square
/
src
/
Models
/
Editing: 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'; }
Save
Cancel