Searched refs:promotionCodes (Results 1 – 1 of 1) sorted by relevance
1557 public $promotionCodes; variable in Google_LinkSpecialOffers1600 public function setPromotionCodes(/* array(Google_string) */ $promotionCodes) { argument1601 $this->assertIsArray($promotionCodes, 'Google_string', __METHOD__);1602 $this->promotionCodes = $promotionCodes;1605 return $this->promotionCodes;