Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DProductPurchase.php29 public $consumptionState; variable in Google\\Service\\AndroidPublisher\\ProductPurchase
96 public function setConsumptionState($consumptionState) argument
98 $this->consumptionState = $consumptionState;
105 return $this->consumptionState;
/plugin/authgoogle/google/contrib/
H A DGoogle_AndroidpublisherService.php132 public $consumptionState; variable in Google_InappPurchase
137 public function setConsumptionState( $consumptionState) { argument
138 $this->consumptionState = $consumptionState;
141 return $this->consumptionState;