Model that describes item price change history.
| Name | Type | Description |
|---|---|---|
| document_code | String | Code of the document that changed the price. |
| document_date | Int64 | Date of the document that changed the price. |
| document_id | Int64 | ID of the document that changed the price. |
| document_type_id | Int64 | ID of the document type that changed the price. |
| document_type_name | String | Code of the document type that changed the price. |
| document_type_name_var | String | Translation key of the document type that changed the price. |
| id | Int64 | Item price ID. |
| item_id | Int64 | Item ID. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| price_type | PriceType | Price type. |
| value | Decimal | Price value. |