amountDisplayString = $amountDisplayString;
}
/**
* @return string
*/
public function getAmountDisplayString()
{
return $this->amountDisplayString;
}
/**
* @param string
*/
public function setAmountMicros($amountMicros)
{
$this->amountMicros = $amountMicros;
}
/**
* @return string
*/
public function getAmountMicros()
{
return $this->amountMicros;
}
/**
* @param string
*/
public function setCurrency($currency)
{
$this->currency = $currency;
}
/**
* @return string
*/
public function getCurrency()
{
return $this->currency;
}
/**
* @param SuperStickerMetadata
*/
public function setSuperStickerMetadata(SuperStickerMetadata $superStickerMetadata)
{
$this->superStickerMetadata = $superStickerMetadata;
}
/**
* @return SuperStickerMetadata
*/
public function getSuperStickerMetadata()
{
return $this->superStickerMetadata;
}
/**
* @param string
*/
public function setTier($tier)
{
$this->tier = $tier;
}
/**
* @return string
*/
public function getTier()
{
return $this->tier;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(LiveChatSuperStickerDetails::class, 'Google_Service_YouTube_LiveChatSuperStickerDetails');