• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/document/action/store/decreasestorequantityaction.php
  • Класс: BitrixCatalogDocumentActionStoreDecreaseStoreQuantityAction
  • Вызов: DecreaseStoreQuantityAction::__construct
public function __construct(int $storeId, int $productId, float $amount, string $docType)
{
	$this->storeId = $storeId;
	$this->productId = $productId;
	$this->amount = $amount;
	$this->docType = $docType;
}