---
name: InfoType
last_updated: 2026-06-11T23:11:58Z
type: enum
---

# InfoType

**Type:** enum

## Description

Used to represent the possible information formats returnable by
[MarketplaceService:GetProductInfoAsync()](/docs/reference/engine/classes/MarketplaceService.md).

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Asset` | 0 | The product is an asset. |
| `Product` | 1 | Product such as a [Developer Product](/docs/en-us/production/monetization/developer-products.md). |
| `GamePass` | 2 | The product is a game pass. |
| `Subscription` | 3 |  |
| `Bundle` | 4 |  |