commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
ChangeValue
CustomShippingMethodChangeValue.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
CustomShippingMethodChangeValue
extends
JsonObject
15
{
16
17
public
const
FIELD_NAME
=
'name'
;
18
25
public
function
getName
();
26
30
public
function
setName
(?
string
$name): void;
31
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\History\Models\ChangeValue\CustomShippingMethodChangeValue
Definition:
CustomShippingMethodChangeValue.php:15
Commercetools\History\Models\ChangeValue\CustomShippingMethodChangeValue\getName
getName()
Commercetools\History\Models\ChangeValue\CustomShippingMethodChangeValue\setName
setName(?string $name)
Commercetools\History\Models\ChangeValue\CustomShippingMethodChangeValue\FIELD_NAME
const FIELD_NAME
Definition:
CustomShippingMethodChangeValue.php:17
Commercetools\History\Models\ChangeValue
Definition:
AssetChangeValue.php:9
Generated by
1.9.1