| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | unique identifier | [optional] |
| userId | String | user identifier | [optional] |
| paidAt | Date | paid date (if performed) | [optional] |
| startAt | Date | first check date (if performed) | [optional] |
| endAt | Date | end date for ticket availability | [optional] |
| updatedAt | Date | last event update date | [optional] |
| channel | ChannelEnum | channel provider | [optional] |
| currency | CurrencyEnum | currency ISO code | [optional] |
| sequence | String | ticket sequence code | [optional] |
| price | Integer | fare price, in cents | [optional] |
| totalPrice | Integer | total price: price * quantity | [optional] |
| quantity | Integer | number of passengers | [optional] |
| payment | UserTicketPayment | [optional] | |
| fare | UserTicketFare | [optional] | |
| createdAt | Date | ticket creation date | [optional] |
| status | UserTicketStatus | [optional] | |
| lastCheck | Date | last check date (if performed) | [optional] |
| checks | List<UserTicketChecks> | checks list | [optional] |
| Name | Value |
|---|
| Name | Value |
|---|