Table of Contents

Class PointRewardMaxPerStream

Namespace
Firesplash.UnityAssets.TwitchIntegration.DataTypes.PubSub.EventData
Assembly
Firesplash.UnityAssets.TwitchIntegration.dll

Maximum stock per stream info for a reward

[Serializable]
public class PointRewardMaxPerStream
Inheritance
PointRewardMaxPerStream
Inherited Members

Properties

IsEnabled

Is stock limited?

[JsonProperty("is_enabled")]
public bool IsEnabled { get; }

Property Value

bool

MaxPerStream

If limited, this is the stock per stream

[JsonProperty("max_per_stream")]
public int MaxPerStream { get; }

Property Value

int