commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
ProductSearch
ProductSearchMatchingVariants.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\ProductSearch
;
10
11
use
Commercetools\Base\DateTimeImmutableCollection
;
12
use
Commercetools\Base\JsonObject
;
13
14
interface
ProductSearchMatchingVariants
extends
JsonObject
15
{
16
public
const
FIELD_ALL_MATCHED
=
'allMatched'
;
17
public
const
FIELD_MATCHED_VARIANTS
=
'matchedVariants'
;
18
25
public
function
getAllMatched
();
26
33
public
function
getMatchedVariants
();
34
38
public
function
setAllMatched
(?
bool
$allMatched): void;
39
43
public
function
setMatchedVariants
(?
ProductSearchMatchingVariantEntryCollection
$matchedVariants): void;
44
}
Commercetools\Api\Models\ProductSearch\ProductSearchMatchingVariantEntryCollection
Definition:
ProductSearchMatchingVariantEntryCollection.php:22
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\ProductSearch\ProductSearchMatchingVariants
Definition:
ProductSearchMatchingVariants.php:15
Commercetools\Api\Models\ProductSearch\ProductSearchMatchingVariants\getAllMatched
getAllMatched()
Commercetools\Api\Models\ProductSearch\ProductSearchMatchingVariants\setAllMatched
setAllMatched(?bool $allMatched)
Commercetools\Api\Models\ProductSearch\ProductSearchMatchingVariants\setMatchedVariants
setMatchedVariants(?ProductSearchMatchingVariantEntryCollection $matchedVariants)
Commercetools\Api\Models\ProductSearch\ProductSearchMatchingVariants\FIELD_ALL_MATCHED
const FIELD_ALL_MATCHED
Definition:
ProductSearchMatchingVariants.php:16
Commercetools\Api\Models\ProductSearch\ProductSearchMatchingVariants\FIELD_MATCHED_VARIANTS
const FIELD_MATCHED_VARIANTS
Definition:
ProductSearchMatchingVariants.php:17
Commercetools\Api\Models\ProductSearch\ProductSearchMatchingVariants\getMatchedVariants
getMatchedVariants()
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\ProductSearch
Definition:
ProductPagedSearchResponse.php:9
Generated by
1.9.1