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

This event is triggered when a studio tier is updated.

## Properties

| Name                     | Type                                                                                                            | Description                            |
| :----------------------- | :-------------------------------------------------------------------------------------------------------------- | :------------------------------------- |
| ContactCompanyName       | String                                                                                                          | Contact Company Name                   |
| IsPayAsYouGo             | Boolean                                                                                                         | IsPayAsYouGo PaymentOption             |
| IsReservedCapacity       | Boolean                                                                                                         | IsReservedCapacity PaymentOption       |
| IsReservedCapacityAnnual | Boolean                                                                                                         | IsReservedCapacityAnnual PaymentOption |
| MonthlyMinimumUSD        | double                                                                                                          | Monthly Minimum Price in USD           |
| OveragePricePerMauTiers  | [PaymentOptionPerMauPriceTier](/services/playfab/api-references/events/data-types/paymentoptionpermaupricetier) | OveragePricePerMauTiers Definitions    |
| PaymentSystemAccountId   | String                                                                                                          | Payment System AccountId               |
| PricePerMauTiers         | [PaymentOptionPerMauPriceTier](/services/playfab/api-references/events/data-types/paymentoptionpermaupricetier) | PricePerMauTiers Definitions           |
| ReservedMAU              | int32                                                                                                           | Reserved Capacity MAU                  |
| StudioIds                | IEnumerable\_String                                                                                             | Studio Ids                             |
| TierDisplayName          | String                                                                                                          | Tier Display Name                      |
| TierId                   | String                                                                                                          | Tier Id                                |
| TransactionId            | String                                                                                                          | Transaction Id                         |

## Common Properties

All V1 PlayStream events are formatted as JSON objects and share the following common properties:

| Name           | Type                                                                        | Description                                                                                                                                                                                                                                                                                                                                                                                      |
| :------------- | :-------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| EntityId       | String                                                                      | The identifier for the entity (title, player, etc) to which this event applies.                                                                                                                                                                                                                                                                                                                  |
| EntityType     | String                                                                      | The type of entity (player, title, etc.) to which this event applies. If PlayFab is meant to take action on this entity, then the EntityType must be either 'player', 'character', or 'title'. It is required that any entity type that PlayFab does not currently parse should be prepended with a namespace (like 'com.mygame.guild') as PlayFab may begin to parse root entities at any time. |
| EventId        | String                                                                      | PlayFab-assigned unique identifier for this event.                                                                                                                                                                                                                                                                                                                                               |
| EventName      | String                                                                      | The name of this event.                                                                                                                                                                                                                                                                                                                                                                          |
| EventNamespace | String                                                                      | The assigned namespacing for this event. For example: 'com.myprogram.ads'                                                                                                                                                                                                                                                                                                                        |
| Source         | String                                                                      | The name of the source of this PlayStream event; will be PlayFab if the event originated from us.                                                                                                                                                                                                                                                                                                |
| SourceType     | [SourceType](/services/playfab/api-references/events/data-types/sourcetype) | The type of source of this event (PlayFab partner, other backend, or from the PlayFab API).                                                                                                                                                                                                                                                                                                      |
| Timestamp      | DateTime                                                                    | The time (in UTC) associated with this event.                                                                                                                                                                                                                                                                                                                                                    |


## Related topics

- [PlayStream event model reference for PlayFab](/services/playfab/api-references/events/index.md)
- [PlayFab Support](/services/playfab/pricing/support.md)
- [Profile-guided optimization in Visual Studio](/tools/tools-console/pgo/pgo_full.md)
- [Manual Tier Leaderboards](/services/playfab/community/leaderboards/manual-tiers.md)
- [Call of Duty: Modern Warfare II & Warzone case study](/build/game-principles/sustainability/case-studies/case-studies-cod.md)
