cybersource-rest-client
Version:
Node.js SDK for the CyberSource REST API
12 lines (8 loc) • 718 B
Markdown
# CyberSource.PostDeviceSearchRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**query** | **String** | The Search Query to retrieve the Terminals(Example :- terminalSerialNumber:12345678 AND readerId:66c395ca-4f20-4b40-acac-5ff4c772d5f9 AND terminalId:T9KN88RTPE). Empty Query returns everything for the given organization. | [optional]
**sort** | **String** | The Sort Query to order the Terminals by. By Default, It is in ascending order of last update of a device. | [optional]
**offset** | **Number** | The offset or page number. | [optional]
**limit** | **Number** | Number of devices to retrieve in one request. | [optional]