Home
last modified time | relevance | path

Searched refs:salePrice (Results 1 – 4 of 4) sorted by path

/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php1269 public $salePrice; variable in Google_ShoppingModelProductJsonV1Inventories
1334 public function setSalePrice( $salePrice) { argument
1335 $this->salePrice = $salePrice;
1338 return $this->salePrice;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DLocalInventory.php160 public function setSalePrice(Price $salePrice) argument
162 $this->salePrice = $salePrice;
169 return $this->salePrice;
H A DProduct.php1290 public function setSalePrice(Price $salePrice) argument
1292 $this->salePrice = $salePrice;
1299 return $this->salePrice;
H A DRegionalInventory.php119 public function setSalePrice(Price $salePrice) argument
121 $this->salePrice = $salePrice;
128 return $this->salePrice;