Home
last modified time | relevance | path

Searched refs:sku (Results 1 – 11 of 11) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
DInappproducts.php38 * @param string $sku Unique identifier for the in-app product.
41 public function delete($packageName, $sku, $optParams = []) argument
43 $params = ['packageName' => $packageName, 'sku' => $sku];
52 * @param string $sku Unique identifier for the in-app product.
56 public function get($packageName, $sku, $optParams = []) argument
58 $params = ['packageName' => $packageName, 'sku' => $sku];
111 * @param string $sku Unique identifier for the in-app product.
121 public function patch($packageName, $sku, InAppProduct $postBody, $optParams = []) argument
123 $params = ['packageName' => $packageName, 'sku' => $sku, 'postBody' => $postBody];
132 * @param string $sku Unique identifier for the in-app product.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
DGoogleCloudChannelV1ListTransferableOffersRequest.php45 public $sku; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1ListTransferableOffersRequest
120 public function setSku($sku) argument
122 $this->sku = $sku;
129 return $this->sku;
DGoogleCloudChannelV1PurchasableSku.php28 public function setSku(GoogleCloudChannelV1Sku $sku) argument
30 $this->sku = $sku;
37 return $this->sku;
DGoogleCloudChannelV1TransferableSku.php46 public function setSku(GoogleCloudChannelV1Sku $sku) argument
48 $this->sku = $sku;
55 return $this->sku;
DGoogleCloudChannelV1Offer.php149 public function setSku(GoogleCloudChannelV1Sku $sku) argument
151 $this->sku = $sku;
158 return $this->sku;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DOrderTrackingSignalLineItemDetails.php57 public $sku; variable in Google\\Service\\ShoppingContent\\OrderTrackingSignalLineItemDetails
178 public function setSku($sku) argument
180 $this->sku = $sku;
187 return $this->sku;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
DInAppProduct.php49 public $sku; variable in Google\\Service\\AndroidPublisher\\InAppProduct
180 public function setSku($sku) argument
182 $this->sku = $sku;
189 return $this->sku;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DLicensing.php67 'path' => 'apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId}',
87 'path' => 'apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId}',
107 'path' => 'apps/licensing/v1/product/{productId}/sku/{skuId}/user',
145 'path' => 'apps/licensing/v1/product/{productId}/sku/{skuId}/users',
173 'path' => 'apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId}',
193 'path' => 'apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId}',
DAndroidPublisher.php1038 'path' => 'androidpublisher/v3/applications/{packageName}/inappproducts/{sku}',
1046 'sku' => [
1053 'path' => 'androidpublisher/v3/applications/{packageName}/inappproducts/{sku}',
1061 'sku' => [
1104 'path' => 'androidpublisher/v3/applications/{packageName}/inappproducts/{sku}',
1112 'sku' => [
1123 'path' => 'androidpublisher/v3/applications/{packageName}/inappproducts/{sku}',
1131 'sku' => [
DCloudchannel.php384 'createEntitlementPurchase.sku' => [
/plugin/authgoogle/google/contrib/
DGoogle_GanService.php1297 public $sku; variable in Google_EventProducts
1338 public function setSku( $sku) { argument
1339 $this->sku = $sku;
1342 return $this->sku;