Class BrzProductDisplayInfo
Display metadata for the product shown inside the payment options dialog.
public class BrzProductDisplayInfo
- Inheritance
-
BrzProductDisplayInfo
- Inherited Members
Properties
BreezePrice
The discounted Breeze price string (e.g., "$8.99").
[JsonProperty("breezePrice")]
public string BreezePrice { get; set; }
Property Value
Decoration
Short promotional label shown on the product tile, e.g. "10% off".
[JsonProperty("decoration")]
public string Decoration { get; set; }
Property Value
DisplayName
Human-readable name of the product shown to the user (e.g., "1000 Gold Coins").
[JsonProperty("displayName")]
public string DisplayName { get; set; }
Property Value
OriginalPrice
The regular (non-Breeze) price string shown as the original price (e.g., "$9.99").
[JsonProperty("originalPrice")]
public string OriginalPrice { get; set; }
Property Value
ProductIconUrl
Product icon image URL. Loaded and displayed inside the dialog at runtime.
[JsonProperty("productIconUrl")]
public string ProductIconUrl { get; set; }