# AcceptQuoteRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accepted_side** | **string** | The side of the quote to accept (yes or no) | [default to undefined]

## Example

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

const instance: AcceptQuoteRequest = {
    accepted_side,
};
```

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