Home
last modified time | relevance | path

Searched refs:developerPayload (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DProductPurchasesAcknowledgeRequest.php25 public $developerPayload; variable in Google\\Service\\AndroidPublisher\\ProductPurchasesAcknowledgeRequest
30 public function setDeveloperPayload($developerPayload) argument
32 $this->developerPayload = $developerPayload;
39 return $this->developerPayload;
H A DSubscriptionPurchasesAcknowledgeRequest.php25 public $developerPayload; variable in Google\\Service\\AndroidPublisher\\SubscriptionPurchasesAcknowledgeRequest
30 public function setDeveloperPayload($developerPayload) argument
32 $this->developerPayload = $developerPayload;
39 return $this->developerPayload;
H A DProductPurchase.php33 public $developerPayload; variable in Google\\Service\\AndroidPublisher\\ProductPurchase
110 public function setDeveloperPayload($developerPayload) argument
112 $this->developerPayload = $developerPayload;
119 return $this->developerPayload;
H A DSubscriptionPurchase.php47 public $developerPayload; variable in Google\\Service\\AndroidPublisher\\SubscriptionPurchase
220 public function setDeveloperPayload($developerPayload) argument
222 $this->developerPayload = $developerPayload;
229 return $this->developerPayload;
/plugin/authgoogle/google/contrib/
H A DGoogle_AndroidpublisherService.php133 public $developerPayload; variable in Google_InappPurchase
143 public function setDeveloperPayload( $developerPayload) { argument
144 $this->developerPayload = $developerPayload;
147 return $this->developerPayload;