Table of Contents

Class BrzProductDisplayInfo

Namespace
BreezeSdk.Runtime
Assembly
docfx-helper.dll

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

string

Decoration

Short promotional label shown on the product tile, e.g. "10% off".

[JsonProperty("decoration")]
public string Decoration { get; set; }

Property Value

string

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

string

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

string

ProductIconUrl

Product icon image URL. Loaded and displayed inside the dialog at runtime.

[JsonProperty("productIconUrl")]
public string ProductIconUrl { get; set; }

Property Value

string