commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-import
src
Models
OrderPatches
DeliveryAddressDraft.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Import\Models\OrderPatches
;
10
11
use
Commercetools\Base\DateTimeImmutableCollection
;
12
use
Commercetools\Base\JsonObject
;
13
use
Commercetools\Import\Models\Common\Address
;
14
15
interface
DeliveryAddressDraft
extends
JsonObject
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
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Import\Models\Common\Address
Definition:
Address.php:16
Commercetools\Import\Models\OrderPatches\DeliveryAddressDraft
Definition:
DeliveryAddressDraft.php:16
Commercetools\Import\Models\OrderPatches\DeliveryAddressDraft\setAddress
setAddress(?Address $address)
Commercetools\Import\Models\OrderPatches\DeliveryAddressDraft\setDeliveryId
setDeliveryId(?string $deliveryId)
Commercetools\Import\Models\OrderPatches\DeliveryAddressDraft\FIELD_DELIVERY_ID
const FIELD_DELIVERY_ID
Definition:
DeliveryAddressDraft.php:17
Commercetools\Import\Models\OrderPatches\DeliveryAddressDraft\FIELD_ADDRESS
const FIELD_ADDRESS
Definition:
DeliveryAddressDraft.php:18
Commercetools\Import\Models\OrderPatches\DeliveryAddressDraft\getAddress
getAddress()
Commercetools\Import\Models\OrderPatches\DeliveryAddressDraft\getDeliveryId
getDeliveryId()
Commercetools\Import\Models\OrderPatches
Definition:
DeliveryAddressDraft.php:9
Generated by
1.9.1