Google_LinkSpecialOffers
The Google Pagespeed Insights Google LinkSpecialOffers class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_GanService.php
- class Google_LinkSpecialOffers extends Google_Model {
- protected $__priceCutType = 'Google_Money';
- protected $__priceCutDataType = '';
- public $priceCut;
- protected $__priceCutMinType = 'Google_Money';
- protected $__priceCutMinDataType = '';
- public $priceCutMin;
- public $freeShipping;
- public $promotionCodes;
- public $percentOff;
- protected $__percentOffMinType = 'Google_Money';
- protected $__percentOffMinDataType = '';
- public $percentOffMin;
- public $freeGift;
- protected $__freeShippingMinType = 'Google_Money';
- protected $__freeShippingMinDataType = '';
- public $freeShippingMin;
- public function setPriceCut(Google_Money $priceCut) {
- $this->priceCut = $priceCut;
- }
- public function getPriceCut() {
- return $this->priceCut;
- }
- public function setPriceCutMin(Google_Money $priceCutMin) {
- $this->priceCutMin = $priceCutMin;
- }
- public function getPriceCutMin() {
- return $this->priceCutMin;
- }
- public function setFreeShipping($freeShipping) {
- $this->freeShipping = $freeShipping;
- }
- public function getFreeShipping() {
- return $this->freeShipping;
- }
- public function setPromotionCodes($promotionCodes) {
- $this->promotionCodes = $promotionCodes;
- }
- public function getPromotionCodes() {
- return $this->promotionCodes;
- }
- public function setPercentOff($percentOff) {
- $this->percentOff = $percentOff;
- }
- public function getPercentOff() {
- return $this->percentOff;
- }
- public function setPercentOffMin(Google_Money $percentOffMin) {
- $this->percentOffMin = $percentOffMin;
- }
- public function getPercentOffMin() {
- return $this->percentOffMin;
- }
- public function setFreeGift($freeGift) {
- $this->freeGift = $freeGift;
- }
- public function getFreeGift() {
- return $this->freeGift;
- }
- public function setFreeShippingMin(Google_Money $freeShippingMin) {
- $this->freeShippingMin = $freeShippingMin;
- }
- public function getFreeShippingMin() {
- return $this->freeShippingMin;
- }
- }