commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
Label
PaymentLabel.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\History\Models\Label
;
10
11
use
Commercetools\Base\JsonObject
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
use
Commercetools\History\Models\Common\Money
;
14
15
interface
PaymentLabel
extends
Label
16
{
17
18
public
const
FIELD_KEY
=
'key'
;
19
public
const
FIELD_AMOUNT_PLANNED
=
'amountPlanned'
;
20
25
public
function
getType
();
26
33
public
function
getKey
();
34
41
public
function
getAmountPlanned
();
42
46
public
function
setKey
(?
string
$key): void;
47
51
public
function
setAmountPlanned
(?
Money
$amountPlanned): void;
52
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\History\Models\Common\Money
Definition:
Money.php:15
Commercetools\History\Models\Label\Label
Definition:
Label.php:15
Commercetools\History\Models\Label\PaymentLabel
Definition:
PaymentLabel.php:16
Commercetools\History\Models\Label\PaymentLabel\FIELD_KEY
const FIELD_KEY
Definition:
PaymentLabel.php:18
Commercetools\History\Models\Label\PaymentLabel\getKey
getKey()
Commercetools\History\Models\Label\PaymentLabel\FIELD_AMOUNT_PLANNED
const FIELD_AMOUNT_PLANNED
Definition:
PaymentLabel.php:19
Commercetools\History\Models\Label\PaymentLabel\getAmountPlanned
getAmountPlanned()
Commercetools\History\Models\Label\PaymentLabel\setAmountPlanned
setAmountPlanned(?Money $amountPlanned)
Commercetools\History\Models\Label\PaymentLabel\setKey
setKey(?string $key)
Commercetools\History\Models\Label\PaymentLabel\getType
getType()
Commercetools\History\Models\Label
Definition:
AssociateRoleLabel.php:9
Generated by
1.9.1