2022-10-21 17:16:00 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [Material ](./bitburner.material.md )
## Material interface
Material in a warehouse
2023-02-11 19:18:50 +01:00
**Signature:**
2022-10-21 17:16:00 +02:00
```typescript
interface Material
```
## Properties
2023-02-11 19:18:50 +01:00
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
2023-05-16 00:06:57 +02:00
| [actualSellAmount ](./bitburner.material.actualsellamount.md ) | | number | Amount of material sold last cycle |
2024-08-09 03:13:03 +02:00
| [buyAmount ](./bitburner.material.buyamount.md ) | | number | Amount of material purchased from the market last cycle |
2023-05-16 00:06:57 +02:00
| [competition ](./bitburner.material.competition.md ) | | number \| undefined | Competition for the material, only present if "Market Research - Competition" unlocked |
| [demand ](./bitburner.material.demand.md ) | | number \| undefined | Demand for the material, only present if "Market Research - Demand" unlocked |
| [desiredSellAmount ](./bitburner.material.desiredsellamount.md ) | | string \| number | Sell amount, can be "PROD/2" |
| [desiredSellPrice ](./bitburner.material.desiredsellprice.md ) | | string \| number | Sell cost, can be "MP+5" |
| [exports ](./bitburner.material.exports.md ) | | [Export ](./bitburner.export.md )<!-- --> \[\] | Export orders |
2024-08-09 03:13:03 +02:00
| [importAmount ](./bitburner.material.importamount.md ) | | number | Amount of material imported from other divisions last cycle |
2023-05-16 00:06:57 +02:00
| [marketPrice ](./bitburner.material.marketprice.md ) | | number | Cost to buy material |
2023-02-11 19:18:50 +01:00
| [name ](./bitburner.material.name.md ) | | [CorpMaterialName ](./bitburner.corpmaterialname.md ) | Name of the material |
2023-05-16 00:06:57 +02:00
| [productionAmount ](./bitburner.material.productionamount.md ) | | number | Amount of material produced last cycle |
| [quality ](./bitburner.material.quality.md ) | | number | Quality of the material |
| [stored ](./bitburner.material.stored.md ) | | number | Amount of material |
2022-10-21 17:16:00 +02:00