# IntraExchangeInstanceTransferResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**transfer_id** | **string** | The ID of the transfer that was created | [default to undefined]

## Example

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

const instance: IntraExchangeInstanceTransferResponse = {
    transfer_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)
