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

# studio_tier_updated

> studio_tier_updated 이벤트입니다.

이 이벤트는 스튜디오 티어가 업데이트될 때 트리거됩니다.

## 속성

| 이름                       | 형식                                                                                                              | 설명                             |
| :----------------------- | :-------------------------------------------------------------------------------------------------------------- | :----------------------------- |
| ContactCompanyName       | String                                                                                                          | 연락처 회사 이름                      |
| IsPayAsYouGo             | Boolean                                                                                                         | IsPayAsYouGo 결제 옵션             |
| IsReservedCapacity       | Boolean                                                                                                         | IsReservedCapacity 결제 옵션       |
| IsReservedCapacityAnnual | Boolean                                                                                                         | IsReservedCapacityAnnual 결제 옵션 |
| MonthlyMinimumUSD        | double                                                                                                          | 미국 달러 기준 월 최소 가격               |
| OveragePricePerMauTiers  | [PaymentOptionPerMauPriceTier](/services/playfab/api-references/events/data-types/paymentoptionpermaupricetier) | OveragePricePerMauTiers 정의     |
| PaymentSystemAccountId   | String                                                                                                          | 결제 시스템 계정 ID                   |
| PricePerMauTiers         | [PaymentOptionPerMauPriceTier](/services/playfab/api-references/events/data-types/paymentoptionpermaupricetier) | PricePerMauTiers 정의            |
| ReservedMAU              | int32                                                                                                           | 예약 용량 MAU                      |
| StudioIds                | IEnumerable\_String                                                                                             | 스튜디오 ID                        |
| TierDisplayName          | String                                                                                                          | 티어 표시 이름                       |
| TierId                   | String                                                                                                          | 티어 ID                          |
| TransactionId            | String                                                                                                          | 트랜잭션 ID                        |

## 공통 속성

모든 V1 PlayStream 이벤트는 JSON 객체 형식이며 다음과 같은 공통 속성을 공유합니다:

| 이름             | 형식                                                                          | 설명                                                                                                                                                                                                                                                  |
| :------------- | :-------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| EntityId       | String                                                                      | 이 이벤트가 적용되는 엔터티(타이틀, 플레이어 등)의 식별자입니다.                                                                                                                                                                                                               |
| EntityType     | String                                                                      | 이 이벤트가 적용되는 엔터티(플레이어, 타이틀 등)의 유형입니다. PlayFab이 이 엔터티에 대해 작업을 수행하려면 EntityType이 'player', 'character' 또는 'title' 중 하나여야 합니다. PlayFab이 현재 구문 분석하지 않는 엔터티 유형에는 네임스페이스('com.mygame.guild' 등)를 접두사로 붙여야 하며, PlayFab이 언제든지 루트 엔터티를 구문 분석하기 시작할 수 있기 때문입니다. |
| EventId        | String                                                                      | 이 이벤트에 대해 PlayFab이 할당한 고유 식별자입니다.                                                                                                                                                                                                                   |
| EventName      | String                                                                      | 이 이벤트의 이름입니다.                                                                                                                                                                                                                                       |
| EventNamespace | String                                                                      | 이 이벤트에 할당된 네임스페이스입니다. 예: 'com.myprogram.ads'                                                                                                                                                                                                        |
| Source         | String                                                                      | 이 PlayStream 이벤트의 소스 이름이며, 이벤트가 PlayFab에서 시작된 경우 PlayFab이 됩니다.                                                                                                                                                                                      |
| SourceType     | [SourceType](/services/playfab/api-references/events/data-types/sourcetype) | 이 이벤트의 소스 유형입니다(PlayFab 파트너, 다른 백엔드 또는 PlayFab API에서).                                                                                                                                                                                              |
| Timestamp      | DateTime                                                                    | 이 이벤트와 연결된 시간(UTC)입니다.                                                                                                                                                                                                                              |


## Related topics

- [PlayFab의 PlayStream 이벤트 모델 참조](/ko/services/playfab/api-references/events/index.md)
- [Manual Tier Leaderboards](/ko/services/playfab/community/leaderboards/manual-tiers.md)
- [statistic_updated](/ko/services/playfab/api-references/events/Statistics/statistic-updated.md)
- [language_updated](/ko/services/playfab/api-references/events/PlayerProfile/language-updated.md)
- [objects_updated](/ko/services/playfab/api-references/events/PlayerProfile/objects-updated.md)
