commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
Payment
PaymentChangeAmountPlannedAction.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Payment
;
10
11
use
Commercetools\Api\Models\Common\Money
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
use
Commercetools\Base\JsonObject
;
14
15
interface
PaymentChangeAmountPlannedAction
extends
PaymentUpdateAction
16
{
17
public
const
FIELD_AMOUNT
=
'amount'
;
18
25
public
function
getAmount
();
26
30
public
function
setAmount
(?
Money
$amount): void;
31
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Common\Money
Definition:
Money.php:15
Commercetools\Api\Models\Payment\PaymentChangeAmountPlannedAction
Definition:
PaymentChangeAmountPlannedAction.php:16
Commercetools\Api\Models\Payment\PaymentChangeAmountPlannedAction\FIELD_AMOUNT
const FIELD_AMOUNT
Definition:
PaymentChangeAmountPlannedAction.php:17
Commercetools\Api\Models\Payment\PaymentChangeAmountPlannedAction\setAmount
setAmount(?Money $amount)
Commercetools\Api\Models\Payment\PaymentChangeAmountPlannedAction\getAmount
getAmount()
Commercetools\Api\Models\Payment\PaymentUpdateAction
Definition:
PaymentUpdateAction.php:15
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\Payment
Definition:
Payment.php:9
Generated by
1.9.1