commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
Change
SetDeliveryItemsChange.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\History\Models\Change
;
10
11
use
Commercetools\Base\JsonObject
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
use
Commercetools\History\Models\Common\DeliveryItemCollection
;
14
15
interface
SetDeliveryItemsChange
extends
Change
16
{
17
18
public
const
FIELD_PREVIOUS_VALUE
=
'previousValue'
;
19
public
const
FIELD_NEXT_VALUE
=
'nextValue'
;
20
public
const
FIELD_DELIVERY_ID
=
'deliveryId'
;
21
26
public
function
getType
();
27
32
public
function
getChange
();
33
40
public
function
getPreviousValue
();
41
48
public
function
getNextValue
();
49
56
public
function
getDeliveryId
();
57
61
public
function
setChange
(?
string
$change): void;
62
66
public
function
setPreviousValue
(?
DeliveryItemCollection
$previousValue): void;
67
71
public
function
setNextValue
(?
DeliveryItemCollection
$nextValue): void;
72
76
public
function
setDeliveryId
(?
string
$deliveryId): void;
77
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\History\Models\Common\DeliveryItemCollection
Definition:
DeliveryItemCollection.php:22
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\History\Models\Change\Change
Definition:
Change.php:15
Commercetools\History\Models\Change\SetDeliveryItemsChange
Definition:
SetDeliveryItemsChange.php:16
Commercetools\History\Models\Change\SetDeliveryItemsChange\getChange
getChange()
Commercetools\History\Models\Change\SetDeliveryItemsChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition:
SetDeliveryItemsChange.php:19
Commercetools\History\Models\Change\SetDeliveryItemsChange\getDeliveryId
getDeliveryId()
Commercetools\History\Models\Change\SetDeliveryItemsChange\getType
getType()
Commercetools\History\Models\Change\SetDeliveryItemsChange\getNextValue
getNextValue()
Commercetools\History\Models\Change\SetDeliveryItemsChange\setPreviousValue
setPreviousValue(?DeliveryItemCollection $previousValue)
Commercetools\History\Models\Change\SetDeliveryItemsChange\getPreviousValue
getPreviousValue()
Commercetools\History\Models\Change\SetDeliveryItemsChange\setNextValue
setNextValue(?DeliveryItemCollection $nextValue)
Commercetools\History\Models\Change\SetDeliveryItemsChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change\SetDeliveryItemsChange\setDeliveryId
setDeliveryId(?string $deliveryId)
Commercetools\History\Models\Change\SetDeliveryItemsChange\FIELD_DELIVERY_ID
const FIELD_DELIVERY_ID
Definition:
SetDeliveryItemsChange.php:20
Commercetools\History\Models\Change\SetDeliveryItemsChange\FIELD_PREVIOUS_VALUE
const FIELD_PREVIOUS_VALUE
Definition:
SetDeliveryItemsChange.php:18
Commercetools\History\Models\Change
Definition:
AddAddressChange.php:9
Generated by
1.9.1