Home
last modified time | relevance | path

Searched refs:cardBenefits (Results 1 – 1 of 1) sorted by relevance

/plugin/authgoogle/google/contrib/
H A DGoogle_GanService.php590 public $cardBenefits; variable in Google_CcOffer
725 public function setCardBenefits(/* array(Google_string) */ $cardBenefits) { argument
726 $this->assertIsArray($cardBenefits, 'Google_string', __METHOD__);
727 $this->cardBenefits = $cardBenefits;
730 return $this->cardBenefits;