kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
23 lines (15 loc) • 728 B
Markdown
# GetIncentiveProgramsResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**incentive_programs** | [**Array<IncentiveProgram>**](IncentiveProgram.md) | | [default to undefined]
**next_cursor** | **string** | Cursor for pagination to get the next page of results | [optional] [default to undefined]
## Example
```typescript
import { GetIncentiveProgramsResponse } from 'kalshi-typescript';
const instance: GetIncentiveProgramsResponse = {
incentive_programs,
next_cursor,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)