Home
last modified time | relevance | path

Searched refs:InAppProduct (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
H A DInappproducts.php20 use Google\Service\AndroidPublisher\InAppProduct; alias
54 * @return InAppProduct
60 return $this->call('get', [$params], InAppProduct::class);
67 * @param InAppProduct $postBody
74 * @return InAppProduct
80 return $this->call('insert', [$params], InAppProduct::class);
112 * @param InAppProduct $postBody
119 * @return InAppProduct
125 return $this->call('patch', [$params], InAppProduct::class);
133 * @param InAppProduct $postBody
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DInappproductsListResponse.php23 protected $inappproductType = InAppProduct::class;
35 * @param InAppProduct[]
42 * @return InAppProduct[]
H A DInAppProduct.php20 class InAppProduct extends \Google\Model class
250 class_alias(InAppProduct::class, 'Google_Service_AndroidPublisher_InAppProduct');