> ## 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.

# Type

```ts theme={null}
const Type: {
  BankFee: "bank";
  ConversionFee: "conversion";
  NetworkFee: "network";
  OtherFee: "other";
};
```

Defined in: [\_vendor/api/types/TransferFee.ts:19](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/types/TransferFee.ts#L19)

The type of the fee, indicating its purpose.

## Type Declaration

### BankFee

```ts theme={null}
readonly BankFee: "bank" = "bank";
```

### ConversionFee

```ts theme={null}
readonly ConversionFee: "conversion" = "conversion";
```

### NetworkFee

```ts theme={null}
readonly NetworkFee: "network" = "network";
```

### OtherFee

```ts theme={null}
readonly OtherFee: "other" = "other";
```
