commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
ChangeValueExternalChangeValueBuilder.php
1<?php
2
3declare(strict_types=1);
10
16use stdClass;
17
22{
23
24
25
26
28 {
30 );
31 }
32
33 public static function of(): ChangeValueExternalChangeValueBuilder
34 {
35 return new self();
36 }
37}