/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AdExchangeBuyer
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AdExchangeBuyer/Budget.php (1853B)
accountId = $accountId;
}
public function getAccountId()
{
return $this->accountId;
}
public function setBillingId($billingId)
{
$this->billingId = $billingId;
}
public function getBillingId()
{
return $this->billingId;
}
public function setBudgetAmount($budgetAmount)
{
$this->budgetAmount = $budgetAmount;
}
public function getBudgetAmount()
{
return $this->budgetAmount;
}
public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
}
public function getCurrencyCode()
{
return $this->currencyCode;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Budget::class, 'Google_Service_AdExchangeBuyer_Budget');