kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
25 lines (17 loc) • 754 B
Markdown
# BatchCreateOrdersIndividualResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**client_order_id** | **string** | | [optional] [default to undefined]
**order** | [**Order**](Order.md) | | [optional] [default to undefined]
**error** | [**ErrorResponse**](ErrorResponse.md) | | [optional] [default to undefined]
## Example
```typescript
import { BatchCreateOrdersIndividualResponse } from 'kalshi-typescript';
const instance: BatchCreateOrdersIndividualResponse = {
client_order_id,
order,
error,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)