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
SetTransactionCustomFieldChange.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\ChangeValue\TransactionChangeValue
;
14
15
interface
SetTransactionCustomFieldChange
extends
Change
16
{
17
18
public
const
FIELD_TRANSACTION
=
'transaction'
;
19
public
const
FIELD_NAME
=
'name'
;
20
public
const
FIELD_CUSTOM_TYPE_ID
=
'customTypeId'
;
21
public
const
FIELD_PREVIOUS_VALUE
=
'previousValue'
;
22
public
const
FIELD_NEXT_VALUE
=
'nextValue'
;
23
28
public
function
getChange
();
29
34
public
function
getType
();
35
42
public
function
getTransaction
();
43
50
public
function
getName
();
51
58
public
function
getCustomTypeId
();
59
66
public
function
getPreviousValue
();
67
74
public
function
getNextValue
();
75
79
public
function
setChange
(?
string
$change): void;
80
84
public
function
setTransaction
(?
TransactionChangeValue
$transaction): void;
85
89
public
function
setName
(?
string
$name): void;
90
94
public
function
setCustomTypeId
(?
string
$customTypeId): void;
95
99
public
function
setPreviousValue
( $previousValue): void;
100
104
public
function
setNextValue
( $nextValue): void;
105
}
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\SetTransactionCustomFieldChange
Definition
SetTransactionCustomFieldChange.php:16
Commercetools\History\Models\Change\SetTransactionCustomFieldChange\setPreviousValue
setPreviousValue( $previousValue)
Commercetools\History\Models\Change\SetTransactionCustomFieldChange\getPreviousValue
getPreviousValue()
Commercetools\History\Models\Change\SetTransactionCustomFieldChange\getChange
getChange()
Commercetools\History\Models\Change\SetTransactionCustomFieldChange\getCustomTypeId
getCustomTypeId()
Commercetools\History\Models\Change\SetTransactionCustomFieldChange\getNextValue
getNextValue()
Commercetools\History\Models\Change\SetTransactionCustomFieldChange\FIELD_NAME
const FIELD_NAME
Definition
SetTransactionCustomFieldChange.php:19
Commercetools\History\Models\Change\SetTransactionCustomFieldChange\getTransaction
getTransaction()
Commercetools\History\Models\Change\SetTransactionCustomFieldChange\FIELD_PREVIOUS_VALUE
const FIELD_PREVIOUS_VALUE
Definition
SetTransactionCustomFieldChange.php:21
Commercetools\History\Models\Change\SetTransactionCustomFieldChange\setName
setName(?string $name)
Commercetools\History\Models\Change\SetTransactionCustomFieldChange\getName
getName()
Commercetools\History\Models\Change\SetTransactionCustomFieldChange\setTransaction
setTransaction(?TransactionChangeValue $transaction)
Commercetools\History\Models\Change\SetTransactionCustomFieldChange\setNextValue
setNextValue( $nextValue)
Commercetools\History\Models\Change\SetTransactionCustomFieldChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change\SetTransactionCustomFieldChange\setCustomTypeId
setCustomTypeId(?string $customTypeId)
Commercetools\History\Models\Change\SetTransactionCustomFieldChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition
SetTransactionCustomFieldChange.php:22
Commercetools\History\Models\Change\SetTransactionCustomFieldChange\getType
getType()
Commercetools\History\Models\Change\SetTransactionCustomFieldChange\FIELD_TRANSACTION
const FIELD_TRANSACTION
Definition
SetTransactionCustomFieldChange.php:18
Commercetools\History\Models\Change\SetTransactionCustomFieldChange\FIELD_CUSTOM_TYPE_ID
const FIELD_CUSTOM_TYPE_ID
Definition
SetTransactionCustomFieldChange.php:20
Commercetools\History\Models\ChangeValue\TransactionChangeValue
Definition
TransactionChangeValue.php:15
Commercetools\History\Models\Change
Definition
AddAddressChange.php:9
Generated by
1.9.8