ItemPrice
Model that describes item prices.
| Name | Type | Description |
|---|---|---|
| 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. |
Model that describes item prices.
| Name | Type | Description |
|---|---|---|
| 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. |