commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Variables
$
a
d
e
f
g
o
r
s
t
u
•
All
Classes
Namespaces
Functions
Variables
Pages
Loading...
Searching...
No Matches
lib
commercetools-api
src
Models
Cart
BestDeal.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Cart
;
10
11
use
Commercetools\Base\DateTimeImmutableCollection
;
12
use
Commercetools\Base\JsonObject
;
13
14
interface
BestDeal
extends
DiscountTypeCombination
15
{
16
public
const
FIELD_CHOSEN_DISCOUNT_TYPE
=
'chosenDiscountType'
;
17
24
public
function
getChosenDiscountType
();
25
29
public
function
setChosenDiscountType
(?
string
$chosenDiscountType): void;
30
}
14
interface
BestDeal
extends
DiscountTypeCombination
{
…
};
Commercetools\Base\DateTimeImmutableCollection
Definition
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Cart\BestDeal
Definition
BestDeal.php:15
Commercetools\Api\Models\Cart\BestDeal\setChosenDiscountType
setChosenDiscountType(?string $chosenDiscountType)
Commercetools\Api\Models\Cart\BestDeal\getChosenDiscountType
getChosenDiscountType()
Commercetools\Api\Models\Cart\BestDeal\FIELD_CHOSEN_DISCOUNT_TYPE
const FIELD_CHOSEN_DISCOUNT_TYPE
Definition
BestDeal.php:16
Commercetools\Api\Models\Cart\DiscountTypeCombination
Definition
DiscountTypeCombination.php:15
Commercetools\Base\JsonObject
Definition
JsonObject.php:15
Commercetools\Api\Models\Cart
Definition
BestDeal.php:9
Generated by
1.9.8