commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
Channel
ChannelSetGeoLocationAction.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Channel
;
10
11
use
Commercetools\Api\Models\Common\GeoJson
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
use
Commercetools\Base\JsonObject
;
14
15
interface
ChannelSetGeoLocationAction
extends
ChannelUpdateAction
16
{
17
public
const
FIELD_GEO_LOCATION
=
'geoLocation'
;
18
25
public
function
getGeoLocation
();
26
30
public
function
setGeoLocation
(?
GeoJson
$geoLocation): void;
31
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Channel\ChannelSetGeoLocationAction
Definition:
ChannelSetGeoLocationAction.php:16
Commercetools\Api\Models\Channel\ChannelSetGeoLocationAction\setGeoLocation
setGeoLocation(?GeoJson $geoLocation)
Commercetools\Api\Models\Channel\ChannelSetGeoLocationAction\getGeoLocation
getGeoLocation()
Commercetools\Api\Models\Channel\ChannelSetGeoLocationAction\FIELD_GEO_LOCATION
const FIELD_GEO_LOCATION
Definition:
ChannelSetGeoLocationAction.php:17
Commercetools\Api\Models\Channel\ChannelUpdateAction
Definition:
ChannelUpdateAction.php:15
Commercetools\Api\Models\Common\GeoJson
Definition:
GeoJson.php:15
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\Channel
Definition:
Channel.php:9
Generated by
1.9.1