ENUM

BitsProductType

An enumerable that identifies bits product types.

link GraphQL Schema definition

1enum BitsProductType {
2
3# A product that has to be purchased.
4PURCHASED_PRODUCT
5
6# An unknown product type.
7UNKNOWN
8}