commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
Change
AddTransactionChange.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\Transaction
;
14
15
interface
AddTransactionChange
extends
Change
16
{
17
18
public
const
FIELD_NEXT_VALUE
=
'nextValue'
;
19
24
public
function
getType
();
25
30
public
function
getChange
();
31
38
public
function
getNextValue
();
39
43
public
function
setChange
(?
string
$change): void;
44
48
public
function
setNextValue
(?
Transaction
$nextValue): void;
49
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\History\Models\Change\AddTransactionChange
Definition:
AddTransactionChange.php:16
Commercetools\History\Models\Change\AddTransactionChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change\AddTransactionChange\setNextValue
setNextValue(?Transaction $nextValue)
Commercetools\History\Models\Change\AddTransactionChange\getType
getType()
Commercetools\History\Models\Change\AddTransactionChange\getNextValue
getNextValue()
Commercetools\History\Models\Change\AddTransactionChange\getChange
getChange()
Commercetools\History\Models\Change\AddTransactionChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition:
AddTransactionChange.php:18
Commercetools\History\Models\Change\Change
Definition:
Change.php:15
Commercetools\History\Models\Common\Transaction
Definition:
Transaction.php:15
Commercetools\History\Models\Change
Definition:
AddAddressChange.php:9
Generated by
1.9.1