Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DEcommerceData.php30 public $ecommerceType; variable in Google\\Service\\AnalyticsReporting\\EcommerceData
53 public function setEcommerceType($ecommerceType) argument
55 $this->ecommerceType = $ecommerceType;
62 return $this->ecommerceType;
H A DActivity.php43 protected $ecommerceType = EcommerceData::class; variable in Google\\Service\\AnalyticsReporting\\Activity