public struct PromoMetadata
Fields
Declaration
Field Value
Declaration
public IDictionary<string, object> customInfo
Field Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
Declaration
public DateTime impressionDate
Field Value
Type |
Description |
System.DateTime |
|
Declaration
public TimeSpan offerDuration
Field Value
Type |
Description |
System.TimeSpan |
|
Declaration
public PromoItem[] payouts
Field Value
Declaration
public Product premiumProduct
Field Value
Properties
Declaration
public PromoItem cost { get; }
Property Value
Declaration
public bool isExpired { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool isPremium { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public PromoItem payout { get; }
Property Value
timeRemaining
Declaration
public TimeSpan timeRemaining { get; }
Property Value
Type |
Description |
System.TimeSpan |
|