commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
Me
MyPaymentChangeAmountPlannedAction.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Me
;
10
11
use
Commercetools\Api\Models\Common\Money
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
use
Commercetools\Base\JsonObject
;
14
15
interface
MyPaymentChangeAmountPlannedAction
extends
MyPaymentUpdateAction
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\Me\MyPaymentChangeAmountPlannedAction
Definition:
MyPaymentChangeAmountPlannedAction.php:16
Commercetools\Api\Models\Me\MyPaymentChangeAmountPlannedAction\FIELD_AMOUNT
const FIELD_AMOUNT
Definition:
MyPaymentChangeAmountPlannedAction.php:17
Commercetools\Api\Models\Me\MyPaymentChangeAmountPlannedAction\setAmount
setAmount(?Money $amount)
Commercetools\Api\Models\Me\MyPaymentChangeAmountPlannedAction\getAmount
getAmount()
Commercetools\Api\Models\Me\MyPaymentUpdateAction
Definition:
MyPaymentUpdateAction.php:15
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\Me
Definition:
MyBusinessUnitAddAddressAction.php:9
Generated by
1.9.1