FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
doc
/
models
Edit File: list-merchants-request.md
# List Merchants Request Request object for the [ListMerchant](../../doc/apis/merchants.md#list-merchants) endpoint. ## Structure `ListMerchantsRequest` ## Fields | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `cursor` | `?int` | Optional | The cursor generated by the previous response. | getCursor(): ?int | setCursor(?int cursor): void | ## Example (as JSON) ```json { "cursor": 106 } ```
Save
Back