commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
OrderCustomerSetMessagePayload.php
1<?php
2
3declare(strict_types=1);
10
15
17{
18 public const FIELD_CUSTOMER = 'customer';
19 public const FIELD_CUSTOMER_GROUP = 'customerGroup';
20 public const FIELD_OLD_CUSTOMER = 'oldCustomer';
21 public const FIELD_OLD_CUSTOMER_GROUP = 'oldCustomerGroup';
22
29 public function getCustomer();
30
37 public function getCustomerGroup();
38
45 public function getOldCustomer();
46
53 public function getOldCustomerGroup();
54
58 public function setCustomer(?CustomerReference $customer): void;
59
63 public function setCustomerGroup(?CustomerGroupReference $customerGroup): void;
64
68 public function setOldCustomer(?CustomerReference $oldCustomer): void;
69
73 public function setOldCustomerGroup(?CustomerGroupReference $oldCustomerGroup): void;
74}
setOldCustomerGroup(?CustomerGroupReference $oldCustomerGroup)
setCustomerGroup(?CustomerGroupReference $customerGroup)