commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
OrderSearchLongRangeValue.php
1 <?php
2 
3 declare(strict_types=1);
10 
13 
15 {
16  public const FIELD_GTE = 'gte';
17  public const FIELD_LTE = 'lte';
18 
23  public function getGte();
24 
29  public function getLte();
30 
34  public function setGte(?int $gte): void;
35 
39  public function setLte(?int $lte): void;
40 }