Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAmount.php44 public function setTaxAmount(Price $taxAmount) argument
46 $this->taxAmount = $taxAmount;
53 return $this->taxAmount;
H A DMonetaryAmount.php44 public function setTaxAmount(Price $taxAmount) argument
46 $this->taxAmount = $taxAmount;
53 return $this->taxAmount;
H A DOrderreturnsPartialRefund.php44 public function setTaxAmount(Price $taxAmount) argument
46 $this->taxAmount = $taxAmount;
53 return $this->taxAmount;
H A DUnitInvoiceTaxLine.php36 public function setTaxAmount(Price $taxAmount) argument
38 $this->taxAmount = $taxAmount;
45 return $this->taxAmount;
H A DProductAmount.php60 public function setTaxAmount(Price $taxAmount) argument
62 $this->taxAmount = $taxAmount;
69 return $this->taxAmount;
H A DOrdersReturnRefundLineItemRequest.php152 public function setTaxAmount(Price $taxAmount) argument
154 $this->taxAmount = $taxAmount;
161 return $this->taxAmount;
H A DOrdersInStoreRefundLineItemRequest.php152 public function setTaxAmount(Price $taxAmount) argument
154 $this->taxAmount = $taxAmount;
161 return $this->taxAmount;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DConvertedRegionPrice.php62 public function setTaxAmount(Money $taxAmount) argument
64 $this->taxAmount = $taxAmount;
71 return $this->taxAmount;