commercetools-sdk-php-v2  master
The platform, import-api and ml-api PHP sdks generated from our api reference.
DeliveryAddressDraft.php
1 <?php
2 
3 declare(strict_types=1);
10 
14 
16 {
17  public const FIELD_DELIVERY_ID = 'deliveryId';
18  public const FIELD_ADDRESS = 'address';
19 
24  public function getDeliveryId();
25 
30  public function getAddress();
31 
35  public function setDeliveryId(?string $deliveryId): void;
36 
40  public function setAddress(?Address $address): void;
41 }