# EventSessionPrice


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**passTypeId** | **string** |  | [default to undefined]
**price** | **number** |  | [default to undefined]

## Example

```typescript
import { EventSessionPrice } from '@connectedxm/admin-sdk';

const instance: EventSessionPrice = {
    id,
    passTypeId,
    price,
};
```

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