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
public
const
FIELD_OLD_CUSTOMER_GROUP_ASSIGNMENTS
=
'oldCustomerGroupAssignments'
;
19
26
public
function
getCustomerGroupAssignments
();
27
34
public
function
getOldCustomerGroupAssignments
();
35
39
public
function
setCustomerGroupAssignments
(?
CustomerGroupAssignmentCollection
$customerGroupAssignments): void;
40
44
public
function
setOldCustomerGroupAssignments
(?
CustomerGroupAssignmentCollection
$oldCustomerGroupAssignments): void;
45
}
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\getOldCustomerGroupAssignments
getOldCustomerGroupAssignments()
Commercetools\Api\Models\Message\CustomerGroupAssignmentsSetMessagePayload\setOldCustomerGroupAssignments
setOldCustomerGroupAssignments(?CustomerGroupAssignmentCollection $oldCustomerGroupAssignments)
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\CustomerGroupAssignmentsSetMessagePayload\FIELD_OLD_CUSTOMER_GROUP_ASSIGNMENTS
const FIELD_OLD_CUSTOMER_GROUP_ASSIGNMENTS
Definition
CustomerGroupAssignmentsSetMessagePayload.php:18
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