ENUM

PayoutCategory

Enumerates valid payout categories.

link GraphQL Schema definition

1enum PayoutCategory {
2
3# Assigned if the user has a payout plan for the affiliate program.
4AFFILIATE
5
6# Assigned if the user has a payout plan for the extensions developer program.
7EXTENSIONS_DEVELOPER
8
9# Assigned if the user has a payout plan for the partner program.
10PARTNER
11}