Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DMonetaryAmount.php30 public function setPriceAmount(Price $priceAmount) argument
32 $this->priceAmount = $priceAmount;
39 return $this->priceAmount;
DOrderreturnsPartialRefund.php30 public function setPriceAmount(Price $priceAmount) argument
32 $this->priceAmount = $priceAmount;
39 return $this->priceAmount;
DAmount.php30 public function setPriceAmount(Price $priceAmount) argument
32 $this->priceAmount = $priceAmount;
39 return $this->priceAmount;
DProductAmount.php32 public function setPriceAmount(Price $priceAmount) argument
34 $this->priceAmount = $priceAmount;
41 return $this->priceAmount;
DOrdersInStoreRefundLineItemRequest.php82 public function setPriceAmount(Price $priceAmount) argument
84 $this->priceAmount = $priceAmount;
91 return $this->priceAmount;
DOrdersReturnRefundLineItemRequest.php82 public function setPriceAmount(Price $priceAmount) argument
84 $this->priceAmount = $priceAmount;
91 return $this->priceAmount;