|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct (int $productId, ?float $purchasePrice, ?string $purchasePriceCurrency, ?float $basePrice=null, ?string $basePriceCurrency=null) | |
| canExecute () | |
| execute () | |
Дополнительные унаследованные члены | |
| Поля данных унаследованные от Action | |
| trait | ProductAndStoreInfo |
Update product prices action.
If the price values is null, they are not processed. To reset price values, you need to set 0.
См. определение в файле updateproductpricesaction.php строка 20
| __construct | ( | int | $productId, |
| ?float | $purchasePrice, | ||
| ?string | $purchasePriceCurrency, | ||
| ?float | $basePrice = null, | ||
| ?string | $basePriceCurrency = null ) |
| int | $productId | |
| float | null | $purchasePrice | |
| string | null | $purchasePriceCurrency | |
| float | null | $basePrice | |
| string | null | $basePriceCurrency |
См. определение в файле updateproductpricesaction.php строка 35
| canExecute | ( | ) |
| execute | ( | ) |