commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
lib
commercetools-history
src
Models
Change
SetShippingCustomFieldChange.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
14
interface
SetShippingCustomFieldChange
extends
Change
15
{
16
17
public
const
FIELD_SHIPPING_KEY
=
'shippingKey'
;
18
public
const
FIELD_NAME
=
'name'
;
19
public
const
FIELD_CUSTOM_TYPE_ID
=
'customTypeId'
;
20
public
const
FIELD_PREVIOUS_VALUE
=
'previousValue'
;
21
public
const
FIELD_NEXT_VALUE
=
'nextValue'
;
22
27
public
function
getChange
();
28
33
public
function
getType
();
34
41
public
function
getShippingKey
();
42
49
public
function
getName
();
50
57
public
function
getCustomTypeId
();
58
65
public
function
getPreviousValue
();
66
73
public
function
getNextValue
();
74
78
public
function
setChange
(?
string
$change): void;
79
83
public
function
setShippingKey
(?
string
$shippingKey): void;
84
88
public
function
setName
(?
string
$name): void;
89
93
public
function
setCustomTypeId
(?
string
$customTypeId): void;
94
98
public
function
setPreviousValue
( $previousValue): void;
99
103
public
function
setNextValue
( $nextValue): void;
104
}
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\SetShippingCustomFieldChange
Definition
SetShippingCustomFieldChange.php:15
Commercetools\History\Models\Change\SetShippingCustomFieldChange\getShippingKey
getShippingKey()
Commercetools\History\Models\Change\SetShippingCustomFieldChange\setShippingKey
setShippingKey(?string $shippingKey)
Commercetools\History\Models\Change\SetShippingCustomFieldChange\FIELD_CUSTOM_TYPE_ID
const FIELD_CUSTOM_TYPE_ID
Definition
SetShippingCustomFieldChange.php:19
Commercetools\History\Models\Change\SetShippingCustomFieldChange\getCustomTypeId
getCustomTypeId()
Commercetools\History\Models\Change\SetShippingCustomFieldChange\getName
getName()
Commercetools\History\Models\Change\SetShippingCustomFieldChange\getChange
getChange()
Commercetools\History\Models\Change\SetShippingCustomFieldChange\setPreviousValue
setPreviousValue( $previousValue)
Commercetools\History\Models\Change\SetShippingCustomFieldChange\getType
getType()
Commercetools\History\Models\Change\SetShippingCustomFieldChange\getNextValue
getNextValue()
Commercetools\History\Models\Change\SetShippingCustomFieldChange\FIELD_PREVIOUS_VALUE
const FIELD_PREVIOUS_VALUE
Definition
SetShippingCustomFieldChange.php:20
Commercetools\History\Models\Change\SetShippingCustomFieldChange\setCustomTypeId
setCustomTypeId(?string $customTypeId)
Commercetools\History\Models\Change\SetShippingCustomFieldChange\setNextValue
setNextValue( $nextValue)
Commercetools\History\Models\Change\SetShippingCustomFieldChange\FIELD_NAME
const FIELD_NAME
Definition
SetShippingCustomFieldChange.php:18
Commercetools\History\Models\Change\SetShippingCustomFieldChange\FIELD_SHIPPING_KEY
const FIELD_SHIPPING_KEY
Definition
SetShippingCustomFieldChange.php:17
Commercetools\History\Models\Change\SetShippingCustomFieldChange\setName
setName(?string $name)
Commercetools\History\Models\Change\SetShippingCustomFieldChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition
SetShippingCustomFieldChange.php:21
Commercetools\History\Models\Change\SetShippingCustomFieldChange\getPreviousValue
getPreviousValue()
Commercetools\History\Models\Change\SetShippingCustomFieldChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change
Definition
AddAddressChange.php:9
Generated by
1.9.8