[@expediagroup/fraudpreventionv2-sdk](../../index.md) / [models](../index.md) / Ticket

# Class: Ticket

## Constructors

### new Ticket(ticket)

> **new Ticket**(`ticket`): [`Ticket`](Ticket.md)

#### Parameters

• **ticket**: [`TicketProperties`](../interfaces/TicketProperties.md)

#### Returns

[`Ticket`](Ticket.md)

#### Source

models/Ticket.ts:36

## Properties

| Property | Type | Description |
| :------ | :------ | :------ |
| `quantity` | `number` | This field represents the count or number of tickets associated with the type. |
| `type` | [`TicketTypeEnum`](../type-aliases/TicketTypeEnum.md) | Specifies the type of the ticket, such as ADULT, CHILD, SENIOR, STUDENT, or OTHER. |
