# PaycometRestApi.PaymentsSearchBody

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**terminal** | **Number** | Product or terminal Id. | 
**sortType** | **Number** | Sorting type (0 No sorting, 1 date, 2 order, 3 type, 4 state, 5 terminal, 6 amount, 7 user). | 
**sortOrder** | **String** | Sort results ASC &#x3D; Ascending, DESC &#x3D; Descending. | 
**operations** | **[Number]** |  | 
**minAmount** | **Number** | Minimum amount of the operation in whole format | 
**maxAmount** | **Number** | Maximum amount of the operation in whole format | 
**state** | **Number** | Result of operation. 0 is operation failed, 1 operation correct and 2 operation unfinished (for pending operations from an SCA or 3DS). | 
**fromDate** | **String** | Start datetime limit (format: YmdHis) | 
**toDate** | **String** | Finish datetime limit (format: YmdHis) | 
**currency** | **String** | Currency of the transaction.  | 
**limit** | **Number** | Results limit. | [optional] [default to 10000]
**order** | **String** | Unique reference for merchant&#x27;s purchase | [optional] 
**searchType** | **Number** | Comparison type. 0 LIKE comparison (%xxx%) , 1 exact comparison (&#x3D;) | [optional] 
