Documentation

DeleteExempt

bool
CSaleTax::DeleteExempt(
 array arFields
);

The method DeleteExempt deletes tax exempts according to the specified filter from the tax exempt register.

Parameters

ParameterDescription
arFields Associated array containing conditions on which the tax exempts are selected for deletion. The following keys apply:
  • GROUP_ID - the user group ID whose members have tax exempt rights;
  • TAX_ID - the ID of the tax from which the user group are currently relieved.
The array must contain at least one key.

Returned values

Returns true on success or false otherwise.

© «Bitrix24», 2001-2024
Up