| Name | Type | Description | Notes |
|---|---|---|---|
| is_blueprint_copy | bool | [optional] | |
| is_included | bool | true if the contract issuer has submitted this item with the contract, false if the isser is asking for this item in the contract | |
| item_id | int | Unique ID for the item being sold. Not present if item is being requested by contract rather than sold with contract | [optional] |
| material_efficiency | int | Material Efficiency Level of the blueprint | [optional] |
| quantity | int | Number of items in the stack | |
| record_id | int | Unique ID for the item, used by the contract system | |
| runs | int | Number of runs remaining if the blueprint is a copy, -1 if it is an original | [optional] |
| time_efficiency | int | Time Efficiency Level of the blueprint | [optional] |
| type_id | int | Type ID for item |