---
title: transactionNote
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inpaybillintentresponse/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

- [billDetails](intents/inpaybillintentresponse/billdetails.md)
- [transactionAmount](intents/inpaybillintentresponse/transactionamount.md)
- [transactionScheduledDate](intents/inpaybillintentresponse/transactionscheduleddate.md)
