commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
OrderSetDeliveryAddressAction.php
1 <?php
2 
3 declare(strict_types=1);
10 
14 
16 {
17  public const FIELD_DELIVERY_ID = 'deliveryId';
18  public const FIELD_DELIVERY_KEY = 'deliveryKey';
19  public const FIELD_ADDRESS = 'address';
20 
28  public function getDeliveryId();
29 
37  public function getDeliveryKey();
38 
46  public function getAddress();
47 
51  public function setDeliveryId(?string $deliveryId): void;
52 
56  public function setDeliveryKey(?string $deliveryKey): void;
57 
61  public function setAddress(?BaseAddress $address): void;
62 }