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
Customer
CustomerGroupAssignment.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Customer
;
10
11
use
Commercetools\Api\Models\CustomerGroup\CustomerGroupReference
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
use
Commercetools\Base\JsonObject
;
14
15
interface
CustomerGroupAssignment
extends
JsonObject
16
{
17
public
const
FIELD_CUSTOMER_GROUP
=
'customerGroup'
;
18
25
public
function
getCustomerGroup
();
26
30
public
function
setCustomerGroup
(?
CustomerGroupReference
$customerGroup): void;
31
}
15
interface
CustomerGroupAssignment
extends
JsonObject
{
…
};
Commercetools\Base\DateTimeImmutableCollection
Definition
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Customer\CustomerGroupAssignment
Definition
CustomerGroupAssignment.php:16
Commercetools\Api\Models\Customer\CustomerGroupAssignment\setCustomerGroup
setCustomerGroup(?CustomerGroupReference $customerGroup)
Commercetools\Api\Models\Customer\CustomerGroupAssignment\getCustomerGroup
getCustomerGroup()
Commercetools\Api\Models\Customer\CustomerGroupAssignment\FIELD_CUSTOMER_GROUP
const FIELD_CUSTOMER_GROUP
Definition
CustomerGroupAssignment.php:17
Commercetools\Api\Models\CustomerGroup\CustomerGroupReference
Definition
CustomerGroupReference.php:16
Commercetools\Base\JsonObject
Definition
JsonObject.php:15
Commercetools\Api\Models\Customer
Definition
Customer.php:9
Generated by
1.9.8