> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MatchmakingUserTicketCompletePayload

> Tipo de datos MatchmakingUserTicketCompletePayload.

## Propiedades

| Nombre             | Tipo   | Descripción                                                                                                                                                                                                  |
| :----------------- | :----- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| CancellationReason | String | Si el resultado del vale es "Canceled", esta cadena proporciona el motivo por el que se canceló el vale; de lo contrario, es null. La lista de valores posibles es "User", "Service", "Internal", "Timeout". |
| MatchId            | String | El id. de la partida en la que se emparejó el vale. Si el vale no se emparejó, se establece en null                                                                                                          |
| QueueName          | String | El nombre de la cola en la que se creó el vale.                                                                                                                                                              |
| Result             | String | El estado final del vale. Los estados permitidos son "Matched" o "Canceled".                                                                                                                                 |
| TicketId           | String | Id. del vale que se completó.                                                                                                                                                                                |


## Related topics

- [MatchmakingTicketCompletePayload](/es/services/playfab/api-references/events/data-types/matchmakingticketcompletepayload.md)
- [MatchmakingUserTicketInvitePayload](/es/services/playfab/api-references/events/data-types/matchmakinguserticketinvitepayload.md)
- [ticket_completed](/es/services/playfab/api-references/events/Matchmaking/ticket-completed.md)
- [user_ticket_invited](/es/services/playfab/api-references/events/Matchmaking/user-ticket-invited.md)
- [MatchmakingMatchFoundPayload](/es/services/playfab/api-references/events/data-types/matchmakingmatchfoundpayload.md)
