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