Model that describes price setting operations.
| Name | Type | Description |
|---|---|---|
| base_value | Decimal | Current price (base price). |
| current_value | Decimal | Current value. |
| document_id | Int64 | Price setting document ID. |
| id | Int64 | Operation ID. |
| item | Item | Item. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| new_value | Decimal | New price. |
| performed | Boolean | Indicates whether the operation is posted. |