commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
Change
SetLineItemTaxedPriceChange.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\TaxedItemPrice
;
15
16
interface
SetLineItemTaxedPriceChange
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
public
const
FIELD_LINE_ITEM_ID
=
'lineItemId'
;
23
28
public
function
getType
();
29
34
public
function
getChange
();
35
42
public
function
getPreviousValue
();
43
50
public
function
getNextValue
();
51
58
public
function
getLineItem
();
59
66
public
function
getLineItemId
();
67
71
public
function
setChange
(?
string
$change): void;
72
76
public
function
setPreviousValue
(?
TaxedItemPrice
$previousValue): void;
77
81
public
function
setNextValue
(?
TaxedItemPrice
$nextValue): void;
82
86
public
function
setLineItem
(?
LocalizedString
$lineItem): void;
87
91
public
function
setLineItemId
(?
string
$lineItemId): void;
92
}
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\SetLineItemTaxedPriceChange
Definition:
SetLineItemTaxedPriceChange.php:17
Commercetools\History\Models\Change\SetLineItemTaxedPriceChange\getChange
getChange()
Commercetools\History\Models\Change\SetLineItemTaxedPriceChange\setLineItemId
setLineItemId(?string $lineItemId)
Commercetools\History\Models\Change\SetLineItemTaxedPriceChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition:
SetLineItemTaxedPriceChange.php:20
Commercetools\History\Models\Change\SetLineItemTaxedPriceChange\getType
getType()
Commercetools\History\Models\Change\SetLineItemTaxedPriceChange\FIELD_LINE_ITEM_ID
const FIELD_LINE_ITEM_ID
Definition:
SetLineItemTaxedPriceChange.php:22
Commercetools\History\Models\Change\SetLineItemTaxedPriceChange\getLineItemId
getLineItemId()
Commercetools\History\Models\Change\SetLineItemTaxedPriceChange\setNextValue
setNextValue(?TaxedItemPrice $nextValue)
Commercetools\History\Models\Change\SetLineItemTaxedPriceChange\getPreviousValue
getPreviousValue()
Commercetools\History\Models\Change\SetLineItemTaxedPriceChange\FIELD_PREVIOUS_VALUE
const FIELD_PREVIOUS_VALUE
Definition:
SetLineItemTaxedPriceChange.php:19
Commercetools\History\Models\Change\SetLineItemTaxedPriceChange\getLineItem
getLineItem()
Commercetools\History\Models\Change\SetLineItemTaxedPriceChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change\SetLineItemTaxedPriceChange\getNextValue
getNextValue()
Commercetools\History\Models\Change\SetLineItemTaxedPriceChange\FIELD_LINE_ITEM
const FIELD_LINE_ITEM
Definition:
SetLineItemTaxedPriceChange.php:21
Commercetools\History\Models\Change\SetLineItemTaxedPriceChange\setLineItem
setLineItem(?LocalizedString $lineItem)
Commercetools\History\Models\Change\SetLineItemTaxedPriceChange\setPreviousValue
setPreviousValue(?TaxedItemPrice $previousValue)
Commercetools\History\Models\Common\LocalizedString
Definition:
LocalizedString.php:14
Commercetools\History\Models\Common\TaxedItemPrice
Definition:
TaxedItemPrice.php:15
Commercetools\History\Models\Change
Definition:
AddAddressChange.php:9
Generated by
1.9.1