ENUM

ClaimableType

The enumerated types of claimables.

link GraphQL Schema definition

1enum ClaimableType {
2
3# A key code that has a bits amount associated with it.
4BITS_KEY_CODE
5
6# A key code that has a subscription to a product associated with it.
7SUBS_KEY_CODE
8
9# A key code that has a gift card with monetary value associated with it.
10GIFT_CARD_KEY_CODE
11}