# api\_procedures\_investInOffering.InvestInOfferingParams

[@polymeshassociation/polymesh-sdk](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes) / [Modules](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules) / [api/procedures/investInOffering](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/api_procedures_investinoffering) / InvestInOfferingParams

## Interface: InvestInOfferingParams

[api/procedures/investInOffering](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/api_procedures_investinoffering).InvestInOfferingParams

### Table of contents

#### Properties

* [fundingPortfolio](#fundingportfolio)
* [maxPrice](#maxprice)
* [purchaseAmount](#purchaseamount)
* [purchasePortfolio](#purchaseportfolio)

### Properties

#### fundingPortfolio

• **fundingPortfolio**: [`PortfolioLike`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types#portfoliolike)

portfolio from which funds will be withdrawn to pay for the Asset tokens

**Defined in**

[api/procedures/investInOffering.ts:32](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/procedures/investInOffering.ts#L32)

***

#### maxPrice

• `Optional` **maxPrice**: `BigNumber`

maximum average price to pay per Asset token (optional)

**Defined in**

[api/procedures/investInOffering.ts:40](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/procedures/investInOffering.ts#L40)

***

#### purchaseAmount

• **purchaseAmount**: `BigNumber`

amount of Asset tokens to purchase

**Defined in**

[api/procedures/investInOffering.ts:36](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/procedures/investInOffering.ts#L36)

***

#### purchasePortfolio

• **purchasePortfolio**: [`PortfolioLike`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types#portfoliolike)

portfolio in which the purchased Asset tokens will be stored

**Defined in**

[api/procedures/investInOffering.ts:28](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/procedures/investInOffering.ts#L28)
