ENUM

PayoutPlanTag

Enumerates valid payout plan tags.

link GraphQL Schema definition

1enum PayoutPlanTag {
2
3# Assigned if the user has the "standard" payout plan.
4STANDARD
5
6# Assigned if the user has the "premium" payout plan.
7PREMIUM
8
9# Assigned if the user has the "custom" payout plan.
10CUSTOM
11
12# Assigned if the user has a payout plan created through the legacy onboarding
13# flow.
14LEGACY
15
16# Assigned if user has an esports payout plan. Twitch pays them lump sum when they
17# get rewarded from competing in a Twtich sponsored event.
18ESPORTS
19}