commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
Cart
CartSetCustomerIdAction.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Cart
;
10
11
use
Commercetools\Base\DateTimeImmutableCollection
;
12
use
Commercetools\Base\JsonObject
;
13
14
interface
CartSetCustomerIdAction
extends
CartUpdateAction
15
{
16
public
const
FIELD_CUSTOMER_ID
=
'customerId'
;
17
26
public
function
getCustomerId
();
27
31
public
function
setCustomerId
(?
string
$customerId): void;
32
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Cart\CartSetCustomerIdAction
Definition:
CartSetCustomerIdAction.php:15
Commercetools\Api\Models\Cart\CartSetCustomerIdAction\getCustomerId
getCustomerId()
Commercetools\Api\Models\Cart\CartSetCustomerIdAction\FIELD_CUSTOMER_ID
const FIELD_CUSTOMER_ID
Definition:
CartSetCustomerIdAction.php:16
Commercetools\Api\Models\Cart\CartSetCustomerIdAction\setCustomerId
setCustomerId(?string $customerId)
Commercetools\Api\Models\Cart\CartUpdateAction
Definition:
CartUpdateAction.php:15
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\Cart
Definition:
Cart.php:9
Generated by
1.9.1