OBJECT

RevenueConfig

Revenue configuration data related to a subscription product.

link GraphQL Schema definition

1type RevenueConfig {
2
3# Unique identifier for the revenue configuration.
4id: ID!
5
6# 0-100 percent value of revenue the broadcaster will earn.
7splitPercent: Int!
8
9# Start time of when the revenue split configuration takes effect.
10startAt: Time
11
12}