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

# transactionNote

A note to associate with the payment transaction.

## Declaration

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

## Discussion

Discussion If the user specified additional notes for the payment, include those notes when recording the transaction in your system.

## See Also

### Getting the Transaction Details

- [fromAccount](intents/inpaybillintent/fromaccount.md)
- [transactionAmount](intents/inpaybillintent/transactionamount.md)
- [transactionScheduledDate](intents/inpaybillintent/transactionscheduleddate.md)
