# GetSeriesFeeChangesResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**series_fee_change_arr** | [**Array&lt;SeriesFeeChange&gt;**](SeriesFeeChange.md) |  | [default to undefined]

## Example

```typescript
import { GetSeriesFeeChangesResponse } from 'kalshi-typescript';

const instance: GetSeriesFeeChangesResponse = {
    series_fee_change_arr,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
