# CreateSubaccountResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**subaccount_number** | **number** | The sequential number assigned to this subaccount (1-32). | [default to undefined]

## Example

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

const instance: CreateSubaccountResponse = {
    subaccount_number,
};
```

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