Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DProductPurchase.php57 public $purchaseState; variable in Google\\Service\\AndroidPublisher\\ProductPurchase
194 public function setPurchaseState($purchaseState) argument
196 $this->purchaseState = $purchaseState;
203 return $this->purchaseState;
/plugin/authgoogle/google/contrib/
H A DGoogle_AndroidpublisherService.php135 public $purchaseState; variable in Google_InappPurchase
155 public function setPurchaseState( $purchaseState) { argument
156 $this->purchaseState = $purchaseState;
159 return $this->purchaseState;