# EventPackage


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**price** | **number** |  | [default to undefined]
**isActive** | **boolean** |  | [default to undefined]
**imageId** | **string** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**sortOrder** | **number** |  | [default to undefined]
**taxCode** | **string** |  | [default to undefined]
**taxIncluded** | **boolean** |  | [default to undefined]
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) |  | [default to undefined]
**passes** | [**Array&lt;BaseEventPackagePass&gt;**](BaseEventPackagePass.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: EventPackage = {
    id,
    name,
    description,
    price,
    isActive,
    imageId,
    image,
    sortOrder,
    taxCode,
    taxIncluded,
    taxLocation,
    passes,
    createdAt,
    updatedAt,
};
```

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