FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
doc
/
models
Edit File: terminal-refund-query-sort.md
# Terminal Refund Query Sort ## Structure `TerminalRefundQuerySort` ## Fields | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `sortOrder` | `?string` | Optional | The order in which results are listed.<br><br>- `ASC` - Oldest to newest.<br>- `DESC` - Newest to oldest (default). | getSortOrder(): ?string | setSortOrder(?string sortOrder): void | ## Example (as JSON) ```json { "sort_order": "sort_order0" } ```
Save
Back