> ## Documentation Index
> Fetch the complete documentation index at: https://developers.squads.so/llms.txt
> Use this file to discover all available pages before exploring further.

# FeeConfig

Fee configuration. Required for non-Enterprise customers when creating payment intents or preparing transactions.

## Properties

| Property                                      | Type                                                                                   | Description                                                                           |
| --------------------------------------------- | -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| <a id="currency" /> `currency`                | [`Currency`](/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/Currency) | Currency used to pay fees                                                             |
| <a id="payeraddress" /> `payerAddress`        | `string`                                                                               | Public key address of the account paying fees                                         |
| <a id="selfmanagedfees" /> `selfManagedFees?` | `boolean`                                                                              | When true, fees are deducted from the payer account rather than being handled by Grid |
