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
OrderPaymentRemovedMessage.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
OrderPaymentRemovedMessage
extends
Message
16
{
17
public
const
FIELD_PAYMENT_REF
=
'paymentRef'
;
18
public
const
FIELD_REMOVED_PAYMENT_INFO
=
'removedPaymentInfo'
;
19
26
public
function
getPaymentRef
();
27
34
public
function
getRemovedPaymentInfo
();
35
39
public
function
setPaymentRef
(?
PaymentReference
$paymentRef): void;
40
44
public
function
setRemovedPaymentInfo
(?
bool
$removedPaymentInfo): void;
45
}
Commercetools\Base\DateTimeImmutableCollection
Definition
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Message\Message
Definition
Message.php:20
Commercetools\Api\Models\Message\OrderPaymentRemovedMessage
Definition
OrderPaymentRemovedMessage.php:16
Commercetools\Api\Models\Message\OrderPaymentRemovedMessage\FIELD_PAYMENT_REF
const FIELD_PAYMENT_REF
Definition
OrderPaymentRemovedMessage.php:17
Commercetools\Api\Models\Message\OrderPaymentRemovedMessage\FIELD_REMOVED_PAYMENT_INFO
const FIELD_REMOVED_PAYMENT_INFO
Definition
OrderPaymentRemovedMessage.php:18
Commercetools\Api\Models\Message\OrderPaymentRemovedMessage\getPaymentRef
getPaymentRef()
Commercetools\Api\Models\Message\OrderPaymentRemovedMessage\setPaymentRef
setPaymentRef(?PaymentReference $paymentRef)
Commercetools\Api\Models\Message\OrderPaymentRemovedMessage\getRemovedPaymentInfo
getRemovedPaymentInfo()
Commercetools\Api\Models\Message\OrderPaymentRemovedMessage\setRemovedPaymentInfo
setRemovedPaymentInfo(?bool $removedPaymentInfo)
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