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