commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
lib
commercetools-api
src
Models
Message
CustomerGroupAssignmentsSetMessagePayload.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Message
;
10
11
use
Commercetools\Api\Models\Customer\CustomerGroupAssignmentCollection
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
use
Commercetools\Base\JsonObject
;
14
15
interface
CustomerGroupAssignmentsSetMessagePayload
extends
MessagePayload
16
{
17
public
const
FIELD_CUSTOMER_GROUP_ASSIGNMENTS
=
'customerGroupAssignments'
;
18
25
public
function
getCustomerGroupAssignments
();
26
30
public
function
setCustomerGroupAssignments
(?
CustomerGroupAssignmentCollection
$customerGroupAssignments): void;
31
}
Commercetools\Api\Models\Customer\CustomerGroupAssignmentCollection
Definition
CustomerGroupAssignmentCollection.php:22
Commercetools\Base\DateTimeImmutableCollection
Definition
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Message\CustomerGroupAssignmentsSetMessagePayload
Definition
CustomerGroupAssignmentsSetMessagePayload.php:16
Commercetools\Api\Models\Message\CustomerGroupAssignmentsSetMessagePayload\getCustomerGroupAssignments
getCustomerGroupAssignments()
Commercetools\Api\Models\Message\CustomerGroupAssignmentsSetMessagePayload\FIELD_CUSTOMER_GROUP_ASSIGNMENTS
const FIELD_CUSTOMER_GROUP_ASSIGNMENTS
Definition
CustomerGroupAssignmentsSetMessagePayload.php:17
Commercetools\Api\Models\Message\CustomerGroupAssignmentsSetMessagePayload\setCustomerGroupAssignments
setCustomerGroupAssignments(?CustomerGroupAssignmentCollection $customerGroupAssignments)
Commercetools\Api\Models\Message\MessagePayload
Definition
MessagePayload.php:15
Commercetools\Base\JsonObject
Definition
JsonObject.php:15
Commercetools\Api\Models\Message
Definition
ApprovalFlowApprovedMessage.php:9
Generated by
1.9.8