---
title: paymentRecord
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insendpaymentintentresponse/paymentrecord
---

# paymentRecord

The details of the payment transaction.

## Declaration

```swift
@NSCopying var paymentRecord: INPaymentRecord? { get set }
```

## Discussion

Discussion Assign an object to this property that contains the details of the financial transaction. Include as much information as possible in the payment record. The default value of this property is nil.
