commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
ParcelRemovedFromDeliveryMessage.php
1<?php
2
3declare(strict_types=1);
10
14
16{
17 public const FIELD_DELIVERY_ID = 'deliveryId';
18 public const FIELD_PARCEL = 'parcel';
19 public const FIELD_SHIPPING_KEY = 'shippingKey';
20
27 public function getDeliveryId();
28
35 public function getParcel();
36
43 public function getShippingKey();
44
48 public function setDeliveryId(?string $deliveryId): void;
49
53 public function setParcel(?Parcel $parcel): void;
54
58 public function setShippingKey(?string $shippingKey): void;
59}