# EventPass


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**eventId** | **string** |  | [default to undefined]
**attendeeId** | **string** |  | [default to undefined]
**attendee** | [**BaseEventRegistration**](BaseEventRegistration.md) |  | [default to undefined]
**alternateId** | **number** |  | [default to undefined]
**ticketId** | **string** |  | [default to undefined]
**ticket** | [**BaseEventPassType**](BaseEventPassType.md) |  | [default to undefined]
**location** | **string** |  | [default to undefined]
**usedAt** | **string** |  | [default to undefined]
**transferId** | **string** |  | [default to undefined]
**responses** | [**Array&lt;BaseRegistrationQuestionResponse&gt;**](BaseRegistrationQuestionResponse.md) |  | [default to undefined]
**status** | [**PurchaseStatus**](PurchaseStatus.md) |  | [default to undefined]
**reservationId** | **string** |  | [default to undefined]
**reservation** | [**BaseEventRoomTypeReservation**](BaseEventRoomTypeReservation.md) |  | [default to undefined]
**matches** | [**Array&lt;BaseMatch&gt;**](BaseMatch.md) |  | [default to undefined]
**couponId** | **string** |  | [default to undefined]
**coupon** | [**BaseCoupon**](BaseCoupon.md) |  | [default to undefined]
**packageId** | **string** |  | [default to undefined]
**_package** | [**BaseRegistrationPackage**](BaseRegistrationPackage.md) |  | [default to undefined]
**seriesRegistrationId** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**passAddOns** | [**Array&lt;BasePassAddOn&gt;**](BasePassAddOn.md) |  | [default to undefined]
**lineItem** | [**PaymentLineItem**](PaymentLineItem.md) |  | [default to undefined]
**payerId** | **string** |  | [default to undefined]
**payer** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**seriesRegistration** | [**BaseSeriesRegistration**](BaseSeriesRegistration.md) |  | [default to undefined]
**attributes** | [**Array&lt;BasePassAttribute&gt;**](BasePassAttribute.md) |  | [default to undefined]
**badgeColor** | **string** |  | [default to undefined]

## Example

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

const instance: EventPass = {
    id,
    eventId,
    attendeeId,
    attendee,
    alternateId,
    ticketId,
    ticket,
    location,
    usedAt,
    transferId,
    responses,
    status,
    reservationId,
    reservation,
    matches,
    couponId,
    coupon,
    packageId,
    _package,
    seriesRegistrationId,
    createdAt,
    updatedAt,
    passAddOns,
    lineItem,
    payerId,
    payer,
    seriesRegistration,
    attributes,
    badgeColor,
};
```

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