Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DTestOrder.php223 public function setShippingCost(Price $shippingCost) argument
225 $this->shippingCost = $shippingCost;
232 return $this->shippingCost;
H A DOrder.php341 public function setShippingCost(Price $shippingCost) argument
343 $this->shippingCost = $shippingCost;
350 return $this->shippingCost;