Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
H A 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/
H A DGoogleCloudChannelV1ListTransferableOffersRequest.php45 public $sku; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1ListTransferableOffersRequest
120 public function setSku($sku) argument
122 $this->sku = $sku;
129 return $this->sku;
H A DGoogleCloudChannelV1PurchasableSku.php28 public function setSku(GoogleCloudChannelV1Sku $sku) argument
30 $this->sku = $sku;
37 return $this->sku;
H A DGoogleCloudChannelV1TransferableSku.php46 public function setSku(GoogleCloudChannelV1Sku $sku) argument
48 $this->sku = $sku;
55 return $this->sku;
H A DGoogleCloudChannelV1Offer.php149 public function setSku(GoogleCloudChannelV1Sku $sku) argument
151 $this->sku = $sku;
158 return $this->sku;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A 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/
H A 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/
H A 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}',
H A 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' => [
H A DCloudchannel.php384 'createEntitlementPurchase.sku' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_GanService.php1297 public $sku; variable in Google_EventProducts
1338 public function setSku( $sku) { argument
1339 $this->sku = $sku;
1342 return $this->sku;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml721 sku : BL394D
726 sku : BL4438H
745 [ 'sku' => 'BL394D', 'quantity' => 4, 'description' => 'Basketball', 'price' => 450.00 ],
746 [ 'sku' => 'BL4438H', 'quantity' => 1, 'description' => 'Super Hoop', 'price' => 2392.00 ]