# BaseEventPackagePass


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**passTypeId** | **string** |  | [default to undefined]
**passType** | [**BaseEventPassType**](BaseEventPassType.md) |  | [default to undefined]
**quantity** | **number** |  | [default to undefined]

## Example

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

const instance: BaseEventPackagePass = {
    id,
    passTypeId,
    passType,
    quantity,
};
```

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