commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
Label
CustomerLabel.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\History\Models\Label
;
10
11
use
Commercetools\Base\JsonObject
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
14
interface
CustomerLabel
extends
Label
15
{
16
17
public
const
FIELD_FIRST_NAME
=
'firstName'
;
18
public
const
FIELD_LAST_NAME
=
'lastName'
;
19
public
const
FIELD_CUSTOMER_NUMBER
=
'customerNumber'
;
20
25
public
function
getType
();
26
33
public
function
getFirstName
();
34
41
public
function
getLastName
();
42
49
public
function
getCustomerNumber
();
50
54
public
function
setFirstName
(?
string
$firstName): void;
55
59
public
function
setLastName
(?
string
$lastName): void;
60
64
public
function
setCustomerNumber
(?
string
$customerNumber): void;
65
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\History\Models\Label\CustomerLabel
Definition:
CustomerLabel.php:15
Commercetools\History\Models\Label\CustomerLabel\FIELD_FIRST_NAME
const FIELD_FIRST_NAME
Definition:
CustomerLabel.php:17
Commercetools\History\Models\Label\CustomerLabel\getCustomerNumber
getCustomerNumber()
Commercetools\History\Models\Label\CustomerLabel\setLastName
setLastName(?string $lastName)
Commercetools\History\Models\Label\CustomerLabel\FIELD_LAST_NAME
const FIELD_LAST_NAME
Definition:
CustomerLabel.php:18
Commercetools\History\Models\Label\CustomerLabel\getLastName
getLastName()
Commercetools\History\Models\Label\CustomerLabel\setFirstName
setFirstName(?string $firstName)
Commercetools\History\Models\Label\CustomerLabel\getFirstName
getFirstName()
Commercetools\History\Models\Label\CustomerLabel\setCustomerNumber
setCustomerNumber(?string $customerNumber)
Commercetools\History\Models\Label\CustomerLabel\FIELD_CUSTOMER_NUMBER
const FIELD_CUSTOMER_NUMBER
Definition:
CustomerLabel.php:19
Commercetools\History\Models\Label\CustomerLabel\getType
getType()
Commercetools\History\Models\Label\Label
Definition:
Label.php:15
Commercetools\History\Models\Label
Definition:
AssociateRoleLabel.php:9
Generated by
1.9.1