commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
Change
SetParcelTrackingDataChange.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\ChangeValue\ParcelChangeValue
;
14
use
Commercetools\History\Models\Common\TrackingData
;
15
16
interface
SetParcelTrackingDataChange
extends
Change
17
{
18
19
public
const
FIELD_PREVIOUS_VALUE
=
'previousValue'
;
20
public
const
FIELD_NEXT_VALUE
=
'nextValue'
;
21
public
const
FIELD_PARCEL
=
'parcel'
;
22
27
public
function
getType
();
28
33
public
function
getChange
();
34
41
public
function
getPreviousValue
();
42
49
public
function
getNextValue
();
50
57
public
function
getParcel
();
58
62
public
function
setChange
(?
string
$change): void;
63
67
public
function
setPreviousValue
(?
TrackingData
$previousValue): void;
68
72
public
function
setNextValue
(?
TrackingData
$nextValue): void;
73
77
public
function
setParcel
(?
ParcelChangeValue
$parcel): void;
78
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\History\Models\Change\Change
Definition:
Change.php:15
Commercetools\History\Models\Change\SetParcelTrackingDataChange
Definition:
SetParcelTrackingDataChange.php:17
Commercetools\History\Models\Change\SetParcelTrackingDataChange\getParcel
getParcel()
Commercetools\History\Models\Change\SetParcelTrackingDataChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change\SetParcelTrackingDataChange\FIELD_PARCEL
const FIELD_PARCEL
Definition:
SetParcelTrackingDataChange.php:21
Commercetools\History\Models\Change\SetParcelTrackingDataChange\setNextValue
setNextValue(?TrackingData $nextValue)
Commercetools\History\Models\Change\SetParcelTrackingDataChange\getPreviousValue
getPreviousValue()
Commercetools\History\Models\Change\SetParcelTrackingDataChange\setPreviousValue
setPreviousValue(?TrackingData $previousValue)
Commercetools\History\Models\Change\SetParcelTrackingDataChange\setParcel
setParcel(?ParcelChangeValue $parcel)
Commercetools\History\Models\Change\SetParcelTrackingDataChange\getChange
getChange()
Commercetools\History\Models\Change\SetParcelTrackingDataChange\getNextValue
getNextValue()
Commercetools\History\Models\Change\SetParcelTrackingDataChange\FIELD_PREVIOUS_VALUE
const FIELD_PREVIOUS_VALUE
Definition:
SetParcelTrackingDataChange.php:19
Commercetools\History\Models\Change\SetParcelTrackingDataChange\getType
getType()
Commercetools\History\Models\Change\SetParcelTrackingDataChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition:
SetParcelTrackingDataChange.php:20
Commercetools\History\Models\ChangeValue\ParcelChangeValue
Definition:
ParcelChangeValue.php:15
Commercetools\History\Models\Common\TrackingData
Definition:
TrackingData.php:15
Commercetools\History\Models\Change
Definition:
AddAddressChange.php:9
Generated by
1.9.1