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
ShippingMethodAddShippingRateChange.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\ShippingRate
;
14
use
Commercetools\History\Models\Common\ZoneResourceIdentifier
;
15
16
interface
ShippingMethodAddShippingRateChange
extends
Change
17
{
18
19
public
const
FIELD_ZONE
=
'zone'
;
20
public
const
FIELD_NEXT_VALUE
=
'nextValue'
;
21
26
public
function
getChange
();
27
32
public
function
getType
();
33
40
public
function
getZone
();
41
48
public
function
getNextValue
();
49
53
public
function
setChange
(?
string
$change): void;
54
58
public
function
setZone
(?
ZoneResourceIdentifier
$zone): void;
59
63
public
function
setNextValue
(?
ShippingRate
$nextValue): void;
64
}
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\ShippingMethodAddShippingRateChange
Definition
ShippingMethodAddShippingRateChange.php:17
Commercetools\History\Models\Change\ShippingMethodAddShippingRateChange\setZone
setZone(?ZoneResourceIdentifier $zone)
Commercetools\History\Models\Change\ShippingMethodAddShippingRateChange\FIELD_ZONE
const FIELD_ZONE
Definition
ShippingMethodAddShippingRateChange.php:19
Commercetools\History\Models\Change\ShippingMethodAddShippingRateChange\setNextValue
setNextValue(?ShippingRate $nextValue)
Commercetools\History\Models\Change\ShippingMethodAddShippingRateChange\getNextValue
getNextValue()
Commercetools\History\Models\Change\ShippingMethodAddShippingRateChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change\ShippingMethodAddShippingRateChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition
ShippingMethodAddShippingRateChange.php:20
Commercetools\History\Models\Change\ShippingMethodAddShippingRateChange\getZone
getZone()
Commercetools\History\Models\Change\ShippingMethodAddShippingRateChange\getChange
getChange()
Commercetools\History\Models\Change\ShippingMethodAddShippingRateChange\getType
getType()
Commercetools\History\Models\Common\ShippingRate
Definition
ShippingRate.php:15
Commercetools\History\Models\Common\ZoneResourceIdentifier
Definition
ZoneResourceIdentifier.php:15
Commercetools\History\Models\Change
Definition
AddAddressChange.php:9
Generated by
1.9.8