/var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyer
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyer/BillingInfo.php (1583B)
accountId = $accountId;
}
public function getAccountId()
{
return $this->accountId;
}
public function setAccountName($accountName)
{
$this->accountName = $accountName;
}
public function getAccountName()
{
return $this->accountName;
}
public function setBillingId($billingId)
{
$this->billingId = $billingId;
}
public function getBillingId()
{
return $this->billingId;
}
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(BillingInfo::class, 'Google_Service_AdExchangeBuyer_BillingInfo');