
# 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": null
}
```

