Documentation

GetByID

array
CSaleOrderTax::GetByID(
  int ID
);

The method GetByID retrieves parameters of the specified tax amount.

Parameters

ParameterDescription
ID The ID of the tax amount whose parameters are to be retrieved.

Returned values

Returns an associated array with the following keys.

Key Description
ID The tax amount ID.
ORDER_ID The order ID.
TAX_NAME Tax name.
VALUE Tax rate.
VALUE_MONEY Amount of tax.
APPLY_ORDER Order in which this tax is applied relative to other ones.
CODE Mnemonic tax code.
IS_IN_PRICE Specifies (Y/N) that the tax in included in the product price.
IS_PERCENT Always "Y".
© «Bitrix24», 2001-2024
Up