commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
CountOnCustomLineItemUnits.php
1<?php
2
3declare(strict_types=1);
10
13
15{
16 public const FIELD_PREDICATE = 'predicate';
17 public const FIELD_MIN_COUNT = 'minCount';
18 public const FIELD_MAX_COUNT = 'maxCount';
19 public const FIELD_EXCLUDE_COUNT = 'excludeCount';
20
27 public function getPredicate();
28
35 public function getMinCount();
36
46 public function getMaxCount();
47
58 public function getExcludeCount();
59
63 public function setPredicate(?string $predicate): void;
64
68 public function setMinCount(?int $minCount): void;
69
73 public function setMaxCount(?int $maxCount): void;
74
78 public function setExcludeCount(?int $excludeCount): void;
79}