Page History
...
| Name | Mandatory | Type | Description | 
| id | Yes | int | # of the cheque's position | 
| product | Yes/ No* | string(50) | Product's code | 
| name | Yes/ No* | string(250) | Product's name | 
| price | Yes | float(10.2) | The cost of a product unit in Russian rubles (RUB) | 
| quantity | Yes | float | The product's quantity in the units of the product measurements | 
| amount | Yes | float(18.2) | The cost of a specified quantity of product | 
| tax | Yes** | string(10) | |
| hscode | No | string(13) | Code of Harmonized Commodity Description and Coding System (13 digits) | 
| fpmode | No** | int | 
...
