
# Search Vendors Request Sort Field

The field to sort the returned [Vendor](../../doc/models/vendor.md) objects by.

## Enumeration

`SearchVendorsRequestSortField`

## Fields

| Name | Description |
|  --- | --- |
| `NAME` | To sort the result by the name of the [Vendor](../../doc/models/vendor.md) objects. |
| `CREATED_AT` | To sort the result by the creation time of the [Vendor](../../doc/models/vendor.md) objects. |

