google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.LiveChatSuperStickerDetails View Source
Attributes
- amountDisplayString (String.t): A rendered string that displays the fund amount and currency to the user. Defaults to:
null
. - amountMicros (String.t): The amount purchased by the user, in micros (1,750,000 micros = 1.75). Defaults to:
null
. - currency (String.t): The currency in which the purchase was made. Defaults to:
null
. - superStickerMetadata (SuperStickerMetadata): Information about the Super Sticker. Defaults to:
null
. - tier (integer()): The tier in which the amount belongs. Lower amounts belong to lower tiers. The lowest tier is 1. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.YouTube.V3.Model.LiveChatSuperStickerDetails{
amountDisplayString: any(),
amountMicros: any(),
currency: any(),
superStickerMetadata: GoogleApi.YouTube.V3.Model.SuperStickerMetadata.t(),
tier: any()
}
t() :: %GoogleApi.YouTube.V3.Model.LiveChatSuperStickerDetails{ amountDisplayString: any(), amountMicros: any(), currency: any(), superStickerMetadata: GoogleApi.YouTube.V3.Model.SuperStickerMetadata.t(), tier: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.