2021-12-09 00:19:30 +01:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [Corporation ](./bitburner.corporation.md )
## Corporation interface
2021-12-09 02:03:22 +01:00
Corporation API
2021-12-09 00:19:30 +01:00
< b > Signature:< / b >
```typescript
export interface Corporation extends WarehouseAPI, OfficeAPI
```
< b > Extends:</ b > [WarehouseAPI ](./bitburner.warehouseapi.md )<!-- --> , [OfficeAPI ](./bitburner.officeapi.md )
## Methods
| Method | Description |
| --- | --- |
2022-01-13 19:48:54 +01:00
| [acceptInvestmentOffer() ](./bitburner.corporation.acceptinvestmentoffer.md ) | Accept investment based on you companies current valuation |
2022-01-13 22:08:01 +01:00
| [bribe(factionName, amountCash, amountShares) ](./bitburner.corporation.bribe.md ) | Bribe a faction |
2022-01-19 01:25:12 +01:00
| [buyBackShares(amount) ](./bitburner.corporation.buybackshares.md ) | Buyback Shares |
2022-01-13 19:48:54 +01:00
| [createCorporation(corporationName, selfFund) ](./bitburner.corporation.createcorporation.md ) | Create a Corporation |
2021-12-09 02:03:22 +01:00
| [expandCity(divisionName, cityName) ](./bitburner.corporation.expandcity.md ) | Expand to a new city |
| [expandIndustry(industryType, divisionName) ](./bitburner.corporation.expandindustry.md ) | Expand to a new industry |
2022-03-29 21:49:31 +02:00
| [getBonusTime() ](./bitburner.corporation.getbonustime.md ) | Get bonus time.<!-- --> “Bonus time” is accumulated when the game is offline or if the game is inactive in the browser.<!-- --> “Bonus time” makes the game progress faster. |
2021-12-09 02:03:22 +01:00
| [getCorporation() ](./bitburner.corporation.getcorporation.md ) | Get corporation data |
| [getDivision(divisionName) ](./bitburner.corporation.getdivision.md ) | Get division data |
2022-01-13 19:48:54 +01:00
| [getExpandCityCost() ](./bitburner.corporation.getexpandcitycost.md ) | Gets the cost to expand into a new city |
| [getExpandIndustryCost(industryName) ](./bitburner.corporation.getexpandindustrycost.md ) | Gets the cost to expand into a new industry |
| [getInvestmentOffer() ](./bitburner.corporation.getinvestmentoffer.md ) | Get an offer for investment based on you companies current valuation |
| [getUnlockUpgradeCost(upgradeName) ](./bitburner.corporation.getunlockupgradecost.md ) | Gets the cost to unlock a one time unlockable upgrade |
| [getUpgradeLevel(upgradeName) ](./bitburner.corporation.getupgradelevel.md ) | Get the level of a levelable upgrade |
| [getUpgradeLevelCost(upgradeName) ](./bitburner.corporation.getupgradelevelcost.md ) | Gets the cost to unlock the next level of a levelable upgrade |
| [goPublic(numShares) ](./bitburner.corporation.gopublic.md ) | Go public |
| [hasUnlockUpgrade(upgradeName) ](./bitburner.corporation.hasunlockupgrade.md ) | Check if you have a one time unlockable upgrade |
2021-12-09 02:03:22 +01:00
| [issueDividends(percent) ](./bitburner.corporation.issuedividends.md ) | Issue dividends |
| [levelUpgrade(upgradeName) ](./bitburner.corporation.levelupgrade.md ) | Level an upgrade. |
2022-01-19 01:25:12 +01:00
| [sellShares(amount) ](./bitburner.corporation.sellshares.md ) | Sell Shares |
2022-01-13 20:04:18 +01:00
| [unlockUpgrade(upgradeName) ](./bitburner.corporation.unlockupgrade.md ) | Unlock an upgrade |
2021-12-09 00:19:30 +01:00