ENUM

BountyKeyProductType

Represents all the currently possible key product types.

link GraphQL Schema definition

1enum BountyKeyProductType {
2
3# The key is a coupon code.
4COUPON
5
6# The key is for downloadable content or a game expansion.
7DLC
8
9# The key is a game code.
10GAME
11
12# The key is for a gift card.
13GIFTCARD
14
15# The key is a code for a giveaway.
16GIVEAWAY
17
18# The key is for in game content - character skins, customization, etc.
19IGC
20
21# The key is for something else.
22OTHER
23}