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

# note

A description of the payment to send.

## Declaration

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

## Discussion

Discussion You can use notes to provide additional details about the purpose of the transaction.

## See Also

### Getting Payment Record Details

- [payee](intents/inpaymentrecord/payee.md)
- [payer](intents/inpaymentrecord/payer.md)
- [currencyAmount](intents/inpaymentrecord/currencyamount.md)
- [feeAmount](intents/inpaymentrecord/feeamount.md)
- [paymentMethod](intents/inpaymentrecord/paymentmethod.md)
