commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
Customer
CustomerSetCustomerGroupAction.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Customer
;
10
11
use
Commercetools\Api\Models\CustomerGroup\CustomerGroupResourceIdentifier
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
use
Commercetools\Base\JsonObject
;
14
15
interface
CustomerSetCustomerGroupAction
extends
CustomerUpdateAction
16
{
17
public
const
FIELD_CUSTOMER_GROUP
=
'customerGroup'
;
18
26
public
function
getCustomerGroup
();
27
31
public
function
setCustomerGroup
(?
CustomerGroupResourceIdentifier
$customerGroup): void;
32
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Customer\CustomerSetCustomerGroupAction
Definition:
CustomerSetCustomerGroupAction.php:16
Commercetools\Api\Models\Customer\CustomerSetCustomerGroupAction\setCustomerGroup
setCustomerGroup(?CustomerGroupResourceIdentifier $customerGroup)
Commercetools\Api\Models\Customer\CustomerSetCustomerGroupAction\getCustomerGroup
getCustomerGroup()
Commercetools\Api\Models\Customer\CustomerSetCustomerGroupAction\FIELD_CUSTOMER_GROUP
const FIELD_CUSTOMER_GROUP
Definition:
CustomerSetCustomerGroupAction.php:17
Commercetools\Api\Models\Customer\CustomerUpdateAction
Definition:
CustomerUpdateAction.php:15
Commercetools\Api\Models\CustomerGroup\CustomerGroupResourceIdentifier
Definition:
CustomerGroupResourceIdentifier.php:16
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\Customer
Definition:
Customer.php:9
Generated by
1.9.1