commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
lib
commercetools-api
src
Models
Message
OrderPaymentAddedMessage.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Message
;
10
11
use
Commercetools\Api\Models\Payment\PaymentReference
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
use
Commercetools\Base\JsonObject
;
14
15
interface
OrderPaymentAddedMessage
extends
Message
16
{
17
public
const
FIELD_PAYMENT_REF
=
'paymentRef'
;
18
25
public
function
getPaymentRef
();
26
30
public
function
setPaymentRef
(?
PaymentReference
$paymentRef): void;
31
}
Commercetools\Base\DateTimeImmutableCollection
Definition
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Message\Message
Definition
Message.php:20
Commercetools\Api\Models\Message\OrderPaymentAddedMessage
Definition
OrderPaymentAddedMessage.php:16
Commercetools\Api\Models\Message\OrderPaymentAddedMessage\setPaymentRef
setPaymentRef(?PaymentReference $paymentRef)
Commercetools\Api\Models\Message\OrderPaymentAddedMessage\getPaymentRef
getPaymentRef()
Commercetools\Api\Models\Message\OrderPaymentAddedMessage\FIELD_PAYMENT_REF
const FIELD_PAYMENT_REF
Definition
OrderPaymentAddedMessage.php:17
Commercetools\Api\Models\Payment\PaymentReference
Definition
PaymentReference.php:16
Commercetools\Base\JsonObject
Definition
JsonObject.php:15
Commercetools\Api\Models\Message
Definition
ApprovalFlowApprovedMessage.php:9
Generated by
1.9.8