ENUM

PurchaseableProductType

Category of product that can be purchased.

link GraphQL Schema definition

1enum PurchaseableProductType {
2
3# Subscription product.
4SUBSCRIPTION
5
6# Bits product.
7BITS
8}