Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DUnitInvoiceTaxLine.php31 public $taxType; variable in Google\\Service\\ShoppingContent\\UnitInvoiceTaxLine
64 public function setTaxType($taxType) argument
66 $this->taxType = $taxType;
73 return $this->taxType;
H A DOrderLineItem.php75 protected $taxType = Price::class; variable in Google\\Service\\ShoppingContent\\OrderLineItem