> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FundProps

All the props for the Fund component.

## Extends

* [`FundStateProps`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/FundStateProps).`FundLifecycleEvents`

## Properties

| Property                                              | Type                                                                                                                                    | Inherited from                       |
| ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ |
| <a id="children" /> `children?`                       | \| `ReactNode` \| (`state`: [`FundState`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/FundState)) => `ReactNode`          | -                                    |
| <a id="classname" /> `className?`                     | `string`                                                                                                                                | -                                    |
| <a id="fetchbuyoptions" /> `fetchBuyOptions`          | [`FetchBuyOptions`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/FetchBuyOptions)                                        | -                                    |
| <a id="fetchbuyquote" /> `fetchBuyQuote`              | [`FetchBuyQuote`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/FetchBuyQuote)                                            | -                                    |
| <a id="inputtype" /> `inputType?`                     | [`InputType`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/InputType)                                                    | -                                    |
| <a id="openin" /> `openIn?`                           | `"popup"` \| `"tab"`                                                                                                                    | -                                    |
| <a id="redirecturl" /> `redirectUrl?`                 | `string`                                                                                                                                | -                                    |
| <a id="style" /> `style?`                             | `CSSProperties`                                                                                                                         | -                                    |
| <a id="submitlabel" /> `submitLabel?`                 | `ReactNode`                                                                                                                             | -                                    |
| <a id="title" /> `title?`                             | `ReactNode`                                                                                                                             | -                                    |
| <a id="country" /> `country`                          | `string`                                                                                                                                | `FundStateProps.country`             |
| <a id="locale" /> `locale?`                           | `string`                                                                                                                                | `FundStateProps.locale`              |
| <a id="cryptodecimalplaces" /> `cryptoDecimalPlaces?` | `number`                                                                                                                                | `FundStateProps.cryptoDecimalPlaces` |
| <a id="cryptocurrency" /> `cryptoCurrency`            | `string`                                                                                                                                | `FundStateProps.cryptoCurrency`      |
| <a id="fiatcurrency" /> `fiatCurrency`                | `string`                                                                                                                                | `FundStateProps.fiatCurrency`        |
| <a id="fiatdecimalplaces" /> `fiatDecimalPlaces?`     | `number`                                                                                                                                | `FundStateProps.fiatDecimalPlaces`   |
| <a id="network" /> `network`                          | `string`                                                                                                                                | `FundStateProps.network`             |
| <a id="presetamountinputs" /> `presetAmountInputs?`   | [`FundPresetAmountInputs`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/FundPresetAmountInputs)                          | `FundStateProps.presetAmountInputs`  |
| <a id="subdivision" /> `subdivision?`                 | `string`                                                                                                                                | `FundStateProps.subdivision`         |
| <a id="destinationaddress" /> `destinationAddress`    | `string`                                                                                                                                | `FundStateProps.destinationAddress`  |
| <a id="onerror" /> `onError?`                         | (`e`: \| `undefined` \| [`OnrampError`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/OnrampError)) => `void`               | `FundLifecycleEvents.onError`        |
| <a id="onstatus" /> `onStatus?`                       | (`lifecycleStatus`: [`FundLifecycleStatus`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/FundLifecycleStatus)) => `void` | `FundLifecycleEvents.onStatus`       |
| <a id="onsuccess" /> `onSuccess?`                     | (`result?`: [`OnrampSuccessEventData`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/OnrampSuccessEventData)) => `void`   | `FundLifecycleEvents.onSuccess`      |
