commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
OrderSetDeliveryItemsAction.php
1 <?php
2 
3 declare(strict_types=1);
10 
13 
15 {
16  public const FIELD_DELIVERY_ID = 'deliveryId';
17  public const FIELD_DELIVERY_KEY = 'deliveryKey';
18  public const FIELD_ITEMS = 'items';
19 
27  public function getDeliveryId();
28 
36  public function getDeliveryKey();
37 
45  public function getItems();
46 
50  public function setDeliveryId(?string $deliveryId): void;
51 
55  public function setDeliveryKey(?string $deliveryKey): void;
56 
60  public function setItems(?DeliveryItemCollection $items): void;
61 }