---
title: transactionNote
framework: intents
role: symbol
role_heading: Instance Property
path: intents/intransfermoneyintentresponse/transactionnote
---

# transactionNote

Notes to include with the transaction.

## Declaration

```swift
var transactionNote: String? { get set }
```

## Discussion

Discussion Use this property to specify any notes to include with the transaction. If the intent object contained transaction notes, you typically copy those notes over into this property.

## See Also

### Providing the Transaction Details

- [transactionAmount](intents/intransfermoneyintentresponse/transactionamount.md)
- [transactionScheduledDate](intents/intransfermoneyintentresponse/transactionscheduleddate.md)
- [transferFee](intents/intransfermoneyintentresponse/transferfee.md)
