/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Cih
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Cih/IncentivesData.php (1435B)
campaignId = $campaignId;
}
public function getCampaignId()
{
return $this->campaignId;
}
public function setCouponId($couponId)
{
$this->couponId = $couponId;
}
public function getCouponId()
{
return $this->couponId;
}
public function setIncentiveBatchId($incentiveBatchId)
{
$this->incentiveBatchId = $incentiveBatchId;
}
public function getIncentiveBatchId()
{
return $this->incentiveBatchId;
}
public function setIncentiveId($incentiveId)
{
$this->incentiveId = $incentiveId;
}
public function getIncentiveId()
{
return $this->incentiveId;
}
}