---
title: transferFee
framework: intents
role: symbol
role_heading: Instance Property
path: intents/intransfermoneyintentresponse/transferfee
---

# transferFee

The fee charged for performing the transaction.

## Declaration

```swift
@NSCopying var transferFee: INCurrencyAmount? { get set }
```

## Discussion

Discussion If there’s a fee for performing the transfer, put the fee amount in this property.

## See Also

### Providing the Transaction Details

- [transactionAmount](intents/intransfermoneyintentresponse/transactionamount.md)
- [transactionScheduledDate](intents/intransfermoneyintentresponse/transactionscheduleddate.md)
- [transactionNote](intents/intransfermoneyintentresponse/transactionnote.md)
