ProductDef
Overview
This class is the base abstract class for all product types.
Id
[NotNull]
string Id { get; }
The unique identifier for this product.
Payout
[NotNull]
IReadOnlyList<PayoutDef> Payout { get; }
List of product data contents. Each element is a description of a bonus that should be credited to the user.
Creative
[CanBeNull]
ProductCreative Creative { get; }
Describes the visual representation of this product.
Context
[CanBeNull]
IReadOnlyDictionary<string, object> Context { get; }
Raw product context. Usually contains payout and other data.