# CreateRFQResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | The ID of the newly created RFQ | [default to undefined]

## Example

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

const instance: CreateRFQResponse = {
    id,
};
```

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