# SettlementSource


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | Name of the settlement source | [optional] [default to undefined]
**url** | **string** | URL to the settlement source | [optional] [default to undefined]

## Example

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

const instance: SettlementSource = {
    name,
    url,
};
```

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