1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
shippingitem.php
См. документацию.
1
<?php
2
3
namespace
Sale\Handlers\Delivery\YandexTaxi\Api\RequestEntity;
4
10
final
class
ShippingItem
extends
RequestEntity
11
{
13
protected
$title;
14
16
protected
$size;
17
19
protected
$costValue;
20
22
protected
$costCurrency;
23
25
protected
$weight;
26
28
protected
$quantity;
29
31
protected
$pickupPoint;
32
34
protected
$dropoffPoint;
35
37
protected
$droppofPoint;
38
42
public
function
getTitle()
43
{
44
return
$this->title
;
45
}
46
51
public
function
setTitle(
string
$title)
52
{
53
$this->
title
= $title;
54
55
return
$this;
56
}
57
61
public
function
getSize()
62
{
63
return
$this->size;
64
}
65
70
public
function
setSize(ShippingItemSize $size)
71
{
72
$this->
size
= $size;
73
74
return
$this;
75
}
76
80
public
function
getCostValue()
81
{
82
return
$this->costValue;
83
}
84
89
public
function
setCostValue(
string
$costValue)
90
{
91
$this->costValue = $costValue;
92
93
return
$this;
94
}
95
99
public
function
getCostCurrency()
100
{
101
return
$this->costCurrency;
102
}
103
108
public
function
setCostCurrency(
string
$costCurrency)
109
{
110
$this->costCurrency = $costCurrency;
111
112
return
$this;
113
}
114
118
public
function
getWeight()
119
{
120
return
$this->weight;
121
}
122
127
public
function
setWeight(
int
$weight)
128
{
129
$this->weight = $weight;
130
131
return
$this;
132
}
133
137
public
function
getQuantity()
138
{
139
return
$this->quantity;
140
}
141
146
public
function
setQuantity(
int
$quantity)
147
{
148
$this->quantity = $quantity;
149
150
return
$this;
151
}
152
156
public
function
getPickupPoint(): ?int
157
{
158
return
$this->pickupPoint;
159
}
160
165
public
function
setPickupPoint(
int
$pickupPoint): ShippingItem
166
{
167
$this->pickupPoint = $pickupPoint;
168
return
$this;
169
}
170
171
public
function
setDropoffPoint(
int
$dropoffPoint): ShippingItem
172
{
173
$this->dropoffPoint = $dropoffPoint;
174
178
$this->droppofPoint = $dropoffPoint;
179
180
return
$this;
181
}
182
}
title
<? endif;?> window document title
Определения
prolog_main_admin.php:76
size
font size
Определения
invoice.php:442
$title
$title
Определения
pdf.php:123
bitrix
modules
sale
handlers
delivery
yandextaxi
api
requestentity
shippingitem.php
Создано системой
1.14.0