SearchTerminalRefundsRequest
Name | Type | Tags | Description |
---|---|---|---|
query |
TerminalRefundQuery | 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. |
limit |
number | undefined |
Optional | Limits the number of results returned for a single request. Constraints: >= 1 , <= 100 |
{
"limit": 1,
"query": {
"filter": {
"status": "COMPLETED"
}
}
}