Documentation

Delete

bool
CSalePaySystem::Delete(
 int ID
);

The method Delete deletes the specified pay system. If any orders exist which require this pay system, the pay system will not be deleted.

Parameters

ParameterDescription
ID The ID of the pay system to be deleted.

Returned values

Returns true on success or false otherwise.

Example


<?
CSalePaySystem::Delete(25);
?>
© «Bitrix24», 2001-2024
Up