/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Price.php (1487B)
amountMicros = $amountMicros;
}
public function getAmountMicros()
{
return $this->amountMicros;
}
public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
}
public function getCurrencyCode()
{
return $this->currencyCode;
}
public function setExpectedCpmMicros($expectedCpmMicros)
{
$this->expectedCpmMicros = $expectedCpmMicros;
}
public function getExpectedCpmMicros()
{
return $this->expectedCpmMicros;
}
public function setPricingType($pricingType)
{
$this->pricingType = $pricingType;
}
public function getPricingType()
{
return $this->pricingType;
}
}