SearchTerminalCheckoutsRequest
Name | Type | Tags | Description |
---|---|---|---|
query |
TerminalCheckoutQuery | undefined |
Optional | - |
cursor |
string | undefined |
Optional | A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for the original query. See Pagination for more information. |
limit |
number | undefined |
Optional | Limits the number of results returned for a single request. Constraints: >= 1 , <= 100 |
{
"limit": 2,
"query": {
"filter": {
"status": "COMPLETED"
}
}
}