# PriceRange


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**start** | **string** | Starting price for this range in dollars | [default to undefined]
**end** | **string** | Ending price for this range in dollars | [default to undefined]
**step** | **string** | Price step/tick size for this range in dollars | [default to undefined]

## Example

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

const instance: PriceRange = {
    start,
    end,
    step,
};
```

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