Class LiveChatSuperStickerDetails
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class LiveChatSuperStickerDetails : IDirectResponseSchema
Properties
AmountDisplayString
A rendered string that displays the fund amount and currency to the user.
Declaration
[JsonProperty("amountDisplayString")]
public virtual string AmountDisplayString { get; set; }
Property Value
Type | Description |
---|---|
string |
AmountMicros
The amount purchased by the user, in micros (1,750,000 micros = 1.75).
Declaration
[JsonProperty("amountMicros")]
public virtual ulong? AmountMicros { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Currency
The currency in which the purchase was made.
Declaration
[JsonProperty("currency")]
public virtual string Currency { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SuperStickerMetadata
Information about the Super Sticker.
Declaration
[JsonProperty("superStickerMetadata")]
public virtual SuperStickerMetadata SuperStickerMetadata { get; set; }
Property Value
Type | Description |
---|---|
SuperStickerMetadata |
Tier
The tier in which the amount belongs. Lower amounts belong to lower tiers. The lowest tier is 1.
Declaration
[JsonProperty("tier")]
public virtual long? Tier { get; set; }
Property Value
Type | Description |
---|---|
long? |