commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
ChangeValue
ShippingMethodChangeValue.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\History\Models\ChangeValue
;
10
11
use
Commercetools\Base\JsonObject
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
14
interface
ShippingMethodChangeValue
extends
JsonObject
15
{
16
17
public
const
FIELD_ID
=
'id'
;
18
public
const
FIELD_NAME
=
'name'
;
19
26
public
function
getId
();
27
34
public
function
getName
();
35
39
public
function
setId
(?
string
$id): void;
40
44
public
function
setName
(?
string
$name): void;
45
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\History\Models\ChangeValue\ShippingMethodChangeValue
Definition:
ShippingMethodChangeValue.php:15
Commercetools\History\Models\ChangeValue\ShippingMethodChangeValue\getName
getName()
Commercetools\History\Models\ChangeValue\ShippingMethodChangeValue\getId
getId()
Commercetools\History\Models\ChangeValue\ShippingMethodChangeValue\setName
setName(?string $name)
Commercetools\History\Models\ChangeValue\ShippingMethodChangeValue\FIELD_ID
const FIELD_ID
Definition:
ShippingMethodChangeValue.php:17
Commercetools\History\Models\ChangeValue\ShippingMethodChangeValue\FIELD_NAME
const FIELD_NAME
Definition:
ShippingMethodChangeValue.php:18
Commercetools\History\Models\ChangeValue\ShippingMethodChangeValue\setId
setId(?string $id)
Commercetools\History\Models\ChangeValue
Definition:
AssetChangeValue.php:9
Generated by
1.9.1