GetByID
array CSaleTaxRate::GetByID( int ID );
The method GetByID returns parameters for a specified tax rate.
Parameters
Parameter | Description |
---|---|
ID | The ID of a tax rate whose parameters are to be returned. |
Return Values
Returns an associated array with the following keys.
Key | Description |
---|---|
ID | The tax rate ID. |
TAX_ID | The tax ID. |
PERSON_TYPE_ID | The payer type ID. |
VALUE | Amount of tax (percentage). |
CURRENCY | Currency. |
IS_PERCENT | Always set to "Y". |
IS_IN_PRICE | Product price includes the tax amount (Y/N). |
APPLY_ORDER | Order in which the tax is applied. |
TIMESTAMP_X | The date the record was last modified. |
ACTIVE | Specifies the tax is active (Y/N). |
© «Bitrix24», 2001-2024