BenefitType
Indicates the type of virtual benefit granted to a user when they purchase a commerce product through CommerceService.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 657 | DeveloperProduct | 0 | The benefit is a developer product whose receipt is delivered through MarketplaceService:BindReceiptHandler() upon purchase of a commerce product. | |
| 657 | AvatarAsset | 1 | The benefit is a single avatar asset granted to the user's inventory upon purchase of a commerce product. | |
| 657 | AvatarBundle | 2 | The benefit is an avatar bundle granted to the user's inventory upon purchase of a commerce product. |
Description
The BenefitType enum classifies the virtual items that a user receives as
part of a CommerceService commerce product purchase. Each benefit
entry returned by CommerceService:GetCommerceProductInfoAsync()
includes a BenefitType field that identifies whether the granted item is a
developer product, an individual avatar asset, or an avatar bundle.
History 4
- 657 Add DeveloperProduct
- 657 Add AvatarBundle
- 657 Add AvatarAsset
- 657 Add BenefitType