---
title: note
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insendpaymentintent/note
---

# note

A note associated with the payment.

## Declaration

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

## Discussion

Discussion The user can include a note to indicate the reason for the payment. Notes are not normally required, but you can require them as needed to help process the transaction.

## See Also

### Getting Details About the Payment

- [payee](intents/insendpaymentintent/payee.md)
- [currencyAmount](intents/insendpaymentintent/currencyamount.md)
