> ## 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

> MatchmakingUserTicketCompletePayload 数据类型。

## 属性

| 名称                 | 类型     | 说明                                                                                         |
| :----------------- | :----- | :----------------------------------------------------------------------------------------- |
| CancellationReason | String | 如果票证结果为 "Canceled"，则此字符串提供票证被取消的原因；否则为 null。可能的值列表为 "User"、"Service"、"Internal"、"Timeout"。 |
| MatchId            | String | 票证被匹配到的匹配 ID。如果票证未被匹配，则此字段设置为 null。                                                        |
| QueueName          | String | 创建票证的队列名称。                                                                                 |
| Result             | String | 票证的最终状态。允许的状态为 "Matched" 或 "Canceled"。                                                     |
| TicketId           | String | 已完成票证的 ID。                                                                                 |


## Related topics

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