commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Variables
$
a
d
e
f
g
o
r
s
t
u
•
All
Classes
Namespaces
Functions
Variables
Pages
Loading...
Searching...
No Matches
lib
commercetools-api
src
Models
Me
MyCustomerChangeAddressAction.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Me
;
10
11
use
Commercetools\Api\Models\Common\BaseAddress
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
use
Commercetools\Base\JsonObject
;
14
15
interface
MyCustomerChangeAddressAction
extends
MyCustomerUpdateAction
16
{
17
public
const
FIELD_ADDRESS_ID
=
'addressId'
;
18
public
const
FIELD_ADDRESS_KEY
=
'addressKey'
;
19
public
const
FIELD_ADDRESS
=
'address'
;
20
27
public
function
getAddressId
();
28
35
public
function
getAddressKey
();
36
43
public
function
getAddress
();
44
48
public
function
setAddressId
(?
string
$addressId): void;
49
53
public
function
setAddressKey
(?
string
$addressKey): void;
54
58
public
function
setAddress
(?
BaseAddress
$address): void;
59
}
15
interface
MyCustomerChangeAddressAction
extends
MyCustomerUpdateAction
{
…
};
Commercetools\Base\DateTimeImmutableCollection
Definition
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Common\BaseAddress
Definition
BaseAddress.php:15
Commercetools\Api\Models\Me\MyCustomerChangeAddressAction
Definition
MyCustomerChangeAddressAction.php:16
Commercetools\Api\Models\Me\MyCustomerChangeAddressAction\setAddressKey
setAddressKey(?string $addressKey)
Commercetools\Api\Models\Me\MyCustomerChangeAddressAction\getAddressKey
getAddressKey()
Commercetools\Api\Models\Me\MyCustomerChangeAddressAction\FIELD_ADDRESS
const FIELD_ADDRESS
Definition
MyCustomerChangeAddressAction.php:19
Commercetools\Api\Models\Me\MyCustomerChangeAddressAction\FIELD_ADDRESS_KEY
const FIELD_ADDRESS_KEY
Definition
MyCustomerChangeAddressAction.php:18
Commercetools\Api\Models\Me\MyCustomerChangeAddressAction\getAddressId
getAddressId()
Commercetools\Api\Models\Me\MyCustomerChangeAddressAction\setAddressId
setAddressId(?string $addressId)
Commercetools\Api\Models\Me\MyCustomerChangeAddressAction\setAddress
setAddress(?BaseAddress $address)
Commercetools\Api\Models\Me\MyCustomerChangeAddressAction\FIELD_ADDRESS_ID
const FIELD_ADDRESS_ID
Definition
MyCustomerChangeAddressAction.php:17
Commercetools\Api\Models\Me\MyCustomerChangeAddressAction\getAddress
getAddress()
Commercetools\Api\Models\Me\MyCustomerUpdateAction
Definition
MyCustomerUpdateAction.php:15
Commercetools\Base\JsonObject
Definition
JsonObject.php:15
Commercetools\Api\Models\Me
Definition
MyBusinessUnitAddAddressAction.php:9
Generated by
1.9.8