1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
address.php
См. документацию.
1<?php
2
3namespace Sale\Handlers\Delivery\YandexTaxi\Api\RequestEntity;
4
10final class Address extends RequestEntity
11{
12 protected ?int $id = null;
13
15 protected $fullname;
16
18 protected $country;
19
21 protected $city;
22
24 protected $street;
25
27 protected $building;
28
30 protected $porch;
31
33 protected $floor;
34
36 protected $flat;
37
39 protected $doorCode;
40
42 protected $comment;
43
45 protected $coordinates;
46
47 public function setId(int $id): Address
48 {
49 $this->id = $id;
50
51 return $this;
52 }
53
57 public function getFullName()
58 {
59 return $this->fullname;
60 }
61
66 public function setFullName(string $fullname): Address
67 {
68 $this->fullname = $fullname;
69
70 return $this;
71 }
72
76 public function getCountry()
77 {
78 return $this->country;
79 }
80
85 public function setCountry(string $country): Address
86 {
87 $this->country = $country;
88
89 return $this;
90 }
91
95 public function getCity()
96 {
97 return $this->city;
98 }
99
104 public function setCity(string $city): Address
105 {
106 $this->city = $city;
107
108 return $this;
109 }
110
114 public function getStreet()
115 {
116 return $this->street;
117 }
118
123 public function setStreet(string $street): Address
124 {
125 $this->street = $street;
126
127 return $this;
128 }
129
133 public function getBuilding()
134 {
135 return $this->building;
136 }
137
142 public function setBuilding(string $building): Address
143 {
144 $this->building = $building;
145
146 return $this;
147 }
148
152 public function getPorch()
153 {
154 return $this->porch;
155 }
156
161 public function setPorch(string $porch): Address
162 {
163 $this->porch = $porch;
164
165 return $this;
166 }
167
171 public function getFloor()
172 {
173 return $this->floor;
174 }
175
180 public function setFloor(int $floor): Address
181 {
182 $this->floor = $floor;
183
184 return $this;
185 }
186
190 public function getFlat()
191 {
192 return $this->flat;
193 }
194
199 public function setFlat(int $flat): Address
200 {
201 $this->flat = $flat;
202
203 return $this;
204 }
205
209 public function getDoorCode()
210 {
211 return $this->doorCode;
212 }
213
218 public function setDoorCode(string $doorCode): Address
219 {
220 $this->doorCode = $doorCode;
221
222 return $this;
223 }
224
228 public function getComment()
229 {
230 return $this->comment;
231 }
232
237 public function setComment(string $comment): Address
238 {
239 $this->comment = $comment;
240
241 return $this;
242 }
243
247 public function getCoordinates()
248 {
249 return $this->coordinates;
250 }
251
256 public function setCoordinates(array $coordinates): Address
257 {
258 $this->coordinates = $coordinates;
259
260 return $this;
261 }
262}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$country
Определения payment.php:59
$comment
Определения template.php:15