commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
CartDiscountDeletedMessagePayloadBuilder.php
1 <?php
2 
3 declare(strict_types=1);
10 
16 use stdClass;
17 
22 {
24  {
26  );
27  }
28 
29  public static function of(): CartDiscountDeletedMessagePayloadBuilder
30  {
31  return new self();
32  }
33 }