1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
vat.php
См. документацию.
1
<?php
2
3
4
namespace
Bitrix\Catalog\RestView;
5
6
7
use Bitrix\Rest\Integration\View\Attributes;
8
use Bitrix\Rest\Integration\View\DataType;
9
use Bitrix\Rest\Integration\View\Base;
10
11
final
class
Vat
extends
Base
12
{
13
14
public
function
getFields
()
15
{
16
return
[
17
'ID'
=>[
18
'TYPE'
=>DataType::TYPE_INT,
19
'ATTRIBUTES'
=>[
20
Attributes::READONLY
21
]
22
],
23
'TIMESTAMP_X'
=>[
24
'TYPE'
=>DataType::TYPE_DATETIME
25
],
26
'ACTIVE'
=>[
27
'TYPE'
=>DataType::TYPE_CHAR
28
],
29
'SORT'
=>[
30
'TYPE'
=>DataType::TYPE_INT
31
],
32
'NAME'
=>[
33
'TYPE'
=>DataType::TYPE_STRING,
34
'ATTRIBUTES'
=>[
35
Attributes::REQUIRED
36
]
37
],
38
'RATE'
=>[
39
'TYPE'
=>DataType::TYPE_FLOAT,
40
'ATTRIBUTES'
=>[
41
Attributes::REQUIRED
42
]
43
]
44
];
45
}
46
47
}
Bitrix\Catalog\Controller\Vat
Определения
vat.php:14
Bitrix\Catalog\RestView\Vat\getFields
getFields()
Определения
vat.php:14
Bitrix\Sale\Services\Base
Определения
concreteproductrestriction.php:3
bitrix
modules
catalog
lib
restview
vat.php
Создано системой
1.14.0