VatTable
VatTable class for handling table with VAT rates.
Class methods
Method | Description | Available from version |
---|---|---|
getMap | Returns list of fields for table with VAT rates. | |
getTableName | Returns name for table with VAT rates in database. | |
validateName | Returns validator for the field NAME . |
Fields for VAT rates
Field | Description | Type | Required |
---|---|---|---|
ID | VAT rate code (ID) . | Int | Yes |
TIMESTAMP_X | Date and time of the recent VAT update. | Datetime | Yes |
ACTIVE | Active status (Y/N). | Char(1) | Yes |
C_SORT | Sort index. | Int | Yes |
NAME | VAT rate name. | Varchar(50) | Yes |
RATE | Rate value. | Decimal(18,2) | Yes |
© «Bitrix24», 2001-2024