commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
CustomerSetAddressCustomFieldAction.php
1<?php
2
3declare(strict_types=1);
10
13
15{
16 public const FIELD_ADDRESS_ID = 'addressId';
17 public const FIELD_NAME = 'name';
18 public const FIELD_VALUE = 'value';
19
26 public function getAddressId();
27
34 public function getName();
35
44 public function getValue();
45
49 public function setAddressId(?string $addressId): void;
50
54 public function setName(?string $name): void;
55
59 public function setValue($value): void;
60}