Table of Contents

Class PubSubPointRewardRedemptionData

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

A data object for reward redemption metadata

[Serializable]
public class PubSubPointRewardRedemptionData
Inheritance
PubSubPointRewardRedemptionData
Inherited Members

Properties

Redemption

The actual redemption object

[JsonProperty("redemption")]
public PointRewardRedemption Redemption { get; }

Property Value

PointRewardRedemption

Timestamp

The timestamp when teh redemption occured

[JsonProperty("timestamp")]
public DateTime Timestamp { get; }

Property Value

DateTime