commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
DeliveryCustomFieldAddedMessage.php
1<?php
2
3declare(strict_types=1);
10
13
15{
16 public const FIELD_NAME = 'name';
17 public const FIELD_VALUE = 'value';
18 public const FIELD_DELIVERY_ID = 'deliveryId';
19
26 public function getName();
27
34 public function getValue();
35
42 public function getDeliveryId();
43
47 public function setName(?string $name): void;
48
52 public function setValue($value): void;
53
57 public function setDeliveryId(?string $deliveryId): void;
58}