commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
ChangeValue
TransactionChangeValue.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\History\Models\ChangeValue
;
10
11
use
Commercetools\Base\JsonObject
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
14
interface
TransactionChangeValue
extends
JsonObject
15
{
16
17
public
const
FIELD_ID
=
'id'
;
18
public
const
FIELD_INTERACTION_ID
=
'interactionId'
;
19
public
const
FIELD_TIMESTAMP
=
'timestamp'
;
20
27
public
function
getId
();
28
35
public
function
getInteractionId
();
36
43
public
function
getTimestamp
();
44
48
public
function
setId
(?
string
$id): void;
49
53
public
function
setInteractionId
(?
string
$interactionId): void;
54
58
public
function
setTimestamp
(?
string
$timestamp): void;
59
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\History\Models\ChangeValue\TransactionChangeValue
Definition:
TransactionChangeValue.php:15
Commercetools\History\Models\ChangeValue\TransactionChangeValue\setId
setId(?string $id)
Commercetools\History\Models\ChangeValue\TransactionChangeValue\setInteractionId
setInteractionId(?string $interactionId)
Commercetools\History\Models\ChangeValue\TransactionChangeValue\FIELD_ID
const FIELD_ID
Definition:
TransactionChangeValue.php:17
Commercetools\History\Models\ChangeValue\TransactionChangeValue\getId
getId()
Commercetools\History\Models\ChangeValue\TransactionChangeValue\getInteractionId
getInteractionId()
Commercetools\History\Models\ChangeValue\TransactionChangeValue\FIELD_INTERACTION_ID
const FIELD_INTERACTION_ID
Definition:
TransactionChangeValue.php:18
Commercetools\History\Models\ChangeValue\TransactionChangeValue\setTimestamp
setTimestamp(?string $timestamp)
Commercetools\History\Models\ChangeValue\TransactionChangeValue\FIELD_TIMESTAMP
const FIELD_TIMESTAMP
Definition:
TransactionChangeValue.php:19
Commercetools\History\Models\ChangeValue\TransactionChangeValue\getTimestamp
getTimestamp()
Commercetools\History\Models\ChangeValue
Definition:
AssetChangeValue.php:9
Generated by
1.9.1