commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
PaymentTransactionInterfaceIdSetMessage.php
1<?php
2
3declare(strict_types=1);
10
13
15{
16 public const FIELD_TRANSACTION_ID = 'transactionId';
17 public const FIELD_NEW_INTERFACE_ID = 'newInterfaceId';
18 public const FIELD_OLD_INTERFACE_ID = 'oldInterfaceId';
19
26 public function getTransactionId();
27
34 public function getNewInterfaceId();
35
42 public function getOldInterfaceId();
43
47 public function setTransactionId(?string $transactionId): void;
48
52 public function setNewInterfaceId(?string $newInterfaceId): void;
53
57 public function setOldInterfaceId(?string $oldInterfaceId): void;
58}